> I am trying to calculate how much memory a server running worker would use.
> With around 700
> 'ps' reports around 10 child processes using 30-100M...
It would be nice if it were that easy. Remember a lot of the processes are
reusing components. Do a 'pmap' on one of the Apache
process IDs
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