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, was not terminated automatically over 8 hrs. This caused too many child processes forked 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 10 MaxClients 500 MinSpareThreads 25 MaxSpareThreads 20 ThreadsPerChild 25 MaxRequestsPerChild 2500 </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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx