On Wed, 19 May 1999, David Riddoch wrote: > You are creating low priority threads. They never get a chance to run > because the main thread has normal priority - and thus threads just > accumulate until you run out of resources. > > > Hope that helps, > David No, it doesn't! When using normal/high priority or a sleep statement in the main thread the behavior is the same. Andreas