in Threading in Delphi ::
This is my next test project to see what threading library for Delphi would suite me best for my "file scanning" task I would like to process in multiple threads / in a thread pool.
This is my next test project to see what threading library for Delphi would suite me best for my "file scanning" task I would like to process in multiple threads / in a thread pool.
While exploring more ways to have some of my functions executed in a threaded manner I've decided to also try the "AsyncCalls.pas" unit developed by Andreas Hausladen. Andy's AsyncCalls - Asynchronous function calls unit is another library a Delphi developer can use to ease the pain of implementing threaded approach to executing some code.
Read the full article to learn about and get Delphi Thread Pool Example Using AsyncCalls
Related:

Andreas release a new version of ASyncCalls with methods IAsyncCall.CancelInvocation and IAsyncCall.Forget method.
http://andy.jgknet.de/blog/2011/12/asynccalls-2-99