[Lazarus] Some questions about thread timing and syncrhonization

Michael Schnell mschnell at lumino.de
Mon Jul 12 15:26:18 CEST 2010


  On 07/12/2010 02:27 PM, Frank Church wrote
> I want the thread to be activated only a certain number of times every 
> few minutes
Maybe you better use a TTimer callback event instead of a thread. The 
purpose of (worker-)threads is to do (fast) work in the background.

-Michael




More information about the Lazarus mailing list