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