You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Qingshan Xie <xi...@yahoo.com> on 2005/07/13 20:01:06 UTC

[users@httpd] Why child processes last for long time(8 hours)

Hi, All,  We have a 2.0.54 Apache with worker mpm
running on Solaris 8.  We observed many child
processes last for long time, did not die
automatically.  This caused too many child processes
forded and running in the system, caused the swap
space depletion problem.  wonder if the configuration
is not right.  copy/pasted below.  Could you help if
this is a configuration tunning issue or the issue
from apache 2.0.54 itself?  Thanks, Q.Xie

<IfModule worker.c>
ServerLimit           22
StartServers          15
MaxClients           500
MinSpareThreads       25
MaxSpareThreads       20
ThreadsPerChild       25
MaxRequestsPerChild 3000
</IfModule>

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org