[users@httpd] MPM prefork
by Grant other posts by this author
Dec 14 2006 8:28AM messages near this date
|
Re: [users@httpd] MPM prefork
Hello, I've started using the MPM prefork with apache2 along with
these settings:
StartServers 5
MinSpareServers 5
MaxSpareServers 20
MaxClients 150
MaxRequestsPerChild 100
I'm happy with the results, but I'm curious about the following quote
taken from the prefork online docs:
"This Multi-Processing Module (MPM) implements a non-threaded,
pre-forking web server that handles requests in a manner similar to
Apache 1.3."
Does this mean apache-1.3 preforked by default? If so, why was this
behavior changed for apache2? Why wouldn't I want to run MPM prefork?
- Grant
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@[...].org
" from the digest: users-digest-unsubscribe@[...].org
For additional commands, e-mail: users-help@httpd.apache.org
Thread:
Grant
Joshua Slive
Grant
Richard Lynch
Grant
|