Hi,
When using MPM worker with more than one child process, can anyone tell me
whether Apache will handle connections on one child until all threads are used,
and then pass any new connections to the next child process? This is my guess
of how it roughly happens (since it maximises efficient u
Hi,
I have the task of reviewing httpd settings, in particular, for 'MaxClients' .
The server I am looking at has both worker and prefork running (on different
ports for different jobs). For worker MPM, the config had been set by a
previous admin to have 5000 MaxClients with ServerLimit of 50