From: Igor Galić Date: Mon, 30 Jul 2012 08:39:42 +0000 (+0000) Subject: Selecting an MPM in performance docs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7069345a560b28ddf881b465ead2551269b8133b;p=thirdparty%2Fapache%2Fhttpd.git Selecting an MPM in performance docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367031 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/perf-scaling.xml b/docs/manual/misc/perf-scaling.xml index 832dc8e8770..d84ebc6ee3a 100644 --- a/docs/manual/misc/perf-scaling.xml +++ b/docs/manual/misc/perf-scaling.xml @@ -869,7 +869,7 @@
- Apache Configuration + <title>Httpd Configuration

The Apache 2.2 httpd is by default a pre-forking web server. When the server starts, the parent process spawns a number of @@ -897,6 +897,12 @@ denied access. However, once requests start backing up, system performance is likely to degrade.

+

Finally, if the httpd server in question is not executing any third-party + code, via mod_php, mod_perl or similar, + we recommend the use of mpm_event. This MPM is ideal + for situations where httpd serves as a thin layer between clients and + backend servers doing the real job, such as a proxy or cache. +