Why prefork and not worker MPM for Apache
All the Sun-related docs that I can find say to compile Apache using the prefork MPM. Even the CSQAmp Apache is compiled with the prefork MPM. My personal experience is that the worker MPM is much more efficient for Apache 2.0. This site agrees: http://www.stdlib.net/~colmmacc/2006/03/23/niagara-vs-ftpheanetie-showdown/
I'm going to test both myself, but does anyone have any ideas why Sun prefers the prefork MPM?

