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