On Tue, August 3, 2010 13:59, Matty Ronald wrote: > Hi, > > Parent httpd process isn't spawning a new replacement child in a timely > fashion, > after MaxRequestsPerChild has been hit and the child worker httpd has > exited with the below settings: > > Timeout 70 > KeepAlive On > KeepAliveTimeout 60 > > <IfModule mpm_worker_module> > StartServers 2 > MaxClients 150 > MinSpareThreads 25 > MaxSpareThreads 75 > ThreadsPerChild 25 > MaxRequestsPerChild 10000 > </IfModule> If no new child is started, then there are at least 25 threads available (MinSpareThreads), so no new child needs to be started. Joost --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx