15

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

lkessler
  • 19,819
  • 36
  • 132
  • 203
AJ.
  • 219
  • 1
  • 8

4 Answers4

14

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

Rob Kennedy
  • 161,384
  • 21
  • 275
  • 467
Erwin
  • 1,896
  • 1
  • 11
  • 17
6

The book Delphi™ 6 Developer’s Guide from Steve Teixeira and Xavier Pacheco has a full chapter called "Multithreaded Techniques". This is an excellent book .

alt text

Also you can check this serie of articles from the delphi corner site

From Embarcadero

Bye.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
RRUZ
  • 134,889
  • 20
  • 356
  • 483
  • 1
    Great reference book! I'd love to see someone release an updated version of this book. – Mick Oct 27 '09 at 21:40
2

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

Community
  • 1
  • 1
lkessler
  • 19,819
  • 36
  • 132
  • 203
0

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

http://delphi.about.com/od/kbthread/Threading_in_Delphi.htm