]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Thu, 3 May 2012 06:13:17 +0000 (06:13 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 3 May 2012 06:13:17 +0000 (06:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1333318 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/perf-tuning.html.en
docs/manual/misc/perf-tuning.xml.fr
docs/manual/misc/perf-tuning.xml.ko
docs/manual/misc/perf-tuning.xml.tr

index b38471439ba581858d1ec664e81bee05de3e57f1..11f58345e9793073ababbc598277656214e334c3 100644 (file)
@@ -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.</li>
+        
+        <li>The <code class="module"><a href="../mod/event.html">event</a></code> 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.</li>
 
         <li>The <code class="module"><a href="../mod/prefork.html">prefork</a></code> MPM uses multiple child
         processes with one thread each.  Each process handles
index fe3e3930dfaa0d2abf274bb63e8aa85b85b3b3db..9e91e58d02bdc8f053e51ef4d6698f6789731da9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1328334:1330291 (outdated) -->
+<!-- English Revision: 1328334:1333317 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 17194ee55a110f0b0f812bff6d9878feba2a9bd8..40e1c02422040556df74a0b6898c04d82d668008 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1330291 (outdated) -->
+<!-- English Revision: 105989:1333317 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6112518f82205eb2f06e26f27ea60791564f2d67..97c028d252b9b44cdb93c8b9cc0e86de3347ea0d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1174747:1330291 (outdated) -->
+<!-- English Revision: 1174747:1333317 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>