>So, no cleanup if there's no connections after a period of time. Any  
 >thoughts on settings for minimum or maximum worker threads?  
  
 Actually I meant no cleanup when the program exits, since the operating system
will take care of that.  I know that deliberately unloading everything makes
it easier to test for memory leaks, but the cost of that is a whole lot of
extra complexity.  So there is not going to be any shutdown code in the new
program; when you want it to exit, you kill the process. 
 

Reply via email to