On 9/27/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
>
> Apache will never create children over
> ServerLimit/MaxClients.

Joshua,  I did see our apache created extra children
spawned by Apache parent.  We configured Apache-2.0.54
with worker MPM, the serverlimit was 32 but it spawned
over 42 children in the high load condition.  Any
comment?

How are you measuring?  ServerLimit is a limit on the number of
processes, not threads.  On many OSes, it is difficult to distinguish
between processes and threads.

Also note that ServerLimit limits only the worker children.  There
will still be some additional processes for cgi, etc.

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to