On 3/19/07, Toby Corkindale <[EMAIL PROTECTED]> 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 _______________________________________________ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/