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
2009-10-27 21:06:47
Thanks guys, I have some reading to go and do.
AJ
2009-10-27 21:18:46
Yes, it's not a book. But it has chapters, so it's much more than just an article.
Rob Kennedy
2009-10-27 21:44:19
thanks for great reading!
Juraj Blahunka
2009-11-07 03:04:37
+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
2009-10-28 02:17:47
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
2009-10-28 14:18:38