Apache 2.2 mpm_worker: more threads or more processes?

Posted by sh-beta on Server Fault See other posts from Server Fault or by sh-beta
Published on 2010-05-26T20:03:48Z Indexed on 2010/05/26 20:12 UTC
Read the original article Hit count: 258

When using the Worker MPM in Apache, you can fiddle with the number of child processes and the number of server threads per child process.

What are the advantages and disadvantages of each? Under what circumstances would you increase one or the other?

© Server Fault or respective owner

Related posts about apache

Related posts about Performance