On 9/27/06, Qingshan Xie <xieq_49@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx