You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/02/11 13:57:32 UTC

DO NOT REPLY [Bug 41590] - Exceed Serverlimit directive when mod_php are using

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41590>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41590


trawick@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From trawick@apache.org  2007-02-11 04:57 -------
Read
http://httpd.apache.org/docs/2.2/mod/worker.html
starting with
"In addition to the set of active child processes..."

It seems that the PHP requests aren't finishing, which triggers the growth in
processes.  You hit MaxRequestsPerChild or MaxSpareThreads, but because the PHP
request is still running the child process can't actually exit.

Your MaxSpareThreads and MaxRequestsPerChild values ensure frequent process
creation overhead.  I would recommend 192 and 0 for those directives, respectively.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org