Apache 2.2 mpm_worker: more threads or more processes?
- by sh-beta
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?