views:

337

answers:

4

Where can I get a good book on Delphi threading. Something that will suit a total newcomer to the subject.

+11  A: 

Not a book, but the article Multithreading – The Delphi Way, by Martin Harvey, is a great start.

Erwin
Thanks guys, I have some reading to go and do.
AJ
Yes, it's not a book. But it has chapters, so it's much more than just an article.
Rob Kennedy
thanks for great reading!
Juraj Blahunka
+4  A: 
RRUZ
Really useful links. Thanks.
AJ
Great reference book! I'd love to see someone release an updated version of this book.
Mick
+2  A: 

This is also NOT a book. But I too found threading in Delphi very difficult when I started trying to learn it.

Rather than try to learn all its complexities, one alternative I might suggest is to try the OmniThreadLibrary at http://otl.17slon.com/ To me it simplifies everything. And it has a FAQ, tutorial and forum.

You might also want to check out the StackOverflow question: Delphi - Threading frameworks

lkessler
A: 

Here's a list of tutorials, articles and tips on threading in Delphi (not a book, though):

http://delphi.about.com/od/kbthread/Threading%5Fin%5FDelphi.htm

Zarko