From: Daniel Gruno Date: Thu, 3 May 2012 06:13:17 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~6916 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1e71b252a8e693d8c45ba46a770504c73fbca74;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1333318 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index b38471439b..11f58345e9 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -413,6 +413,12 @@ DocumentRoot /www/htdocs one connection at a time. Worker generally is a good choice for high-traffic servers because it has a smaller memory footprint than the prefork MPM. + +
  • The event MPM is threaded like the + Worker MPM, but is designed to allow more requests to be + served simultaneously by passing off some processing work + to supporting threads, freeing up the main threads to work + on new requests.
  • The prefork MPM uses multiple child processes with one thread each. Each process handles diff --git a/docs/manual/misc/perf-tuning.xml.fr b/docs/manual/misc/perf-tuning.xml.fr index fe3e3930df..9e91e58d02 100644 --- a/docs/manual/misc/perf-tuning.xml.fr +++ b/docs/manual/misc/perf-tuning.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/misc/perf-tuning.xml.ko b/docs/manual/misc/perf-tuning.xml.ko index 17194ee55a..40e1c02422 100644 --- a/docs/manual/misc/perf-tuning.xml.ko +++ b/docs/manual/misc/perf-tuning.xml.ko @@ -1,7 +1,7 @@ - + +