Re: How to make "some other" thread go to sleep???
Posted By:
Simon_Ablett
Posted On:
Thursday, April 15, 2004 04:39 AM
Create a thread monitor class which is responsible for spawning all new instances of your thread classes. If the maximum threshold has been reached then it refuses to allow a new instance to be spawned.
Regards.