I should add that a more important problem than the threads not dying
is that robin-robin scheduling may cause unnecessary CPU cache traffic
during periods of lighter web traffic. So always taking the oldest free
thread, rather than the LRU free thread, might be beneficial even to
those who run with minthreads==maxthreads.


Reply via email to