On 9/27/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
Hi! Joshua,  Under the high load condition, if the
number of children spawned is over the ServerLimit or
MaxClients/ThreadsPerChild, what the status of those
extra children is?  Will all those extra children be
in the queue waiting for the process?

Apache will never create children over ServerLimit/MaxClients.

If you are asking what happens to extra connections in that
circumstance, the answer is that they are queued by the OS up to the
limit specified in the ListenBacklog directive.  Connections in excess
of that are simply rejected.

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