[Catalyst] Apache2+fcgid or Lighttpd
Perrin Harkins
pharkins at gmail.com
Tue Mar 20 04:03:03 GMT 2007
On 3/19/07, Toby Corkindale <toby at ymogen.net> wrote:
> ie. Where apache would spawn more and more processes, chew loads of
> memory, and then hit MaxClients and stop accepting connections
Incidentally, apache doesn't stop accepting connection when it hits
MaxClients. It just stops spawning processes. The rest of the
connections get accepted and queued up to a configurable limit. See
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients
- Perrin
More information about the Catalyst
mailing list