8 Apr
2009
8 Apr
'09
6:15 p.m.
On Wed, Apr 8, 2009 at 13:44, Jeremy Rottman
What I am trying to do is remove threads from the thread group after they have run. So that when my daemon iterates it will start new threads if none exist.
Why would you want to close down the threads and re-open them? Why not just leave the threads running and have them pull tasks from a queue? Unless your hardware is quite special, you don't normally want 25 active threads anyway...