You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2012/07/31 03:00:06 UTC

svn commit: r1367381 - /httpd/httpd/trunk/docs/manual/misc/perf-scaling.xml

Author: igalic
Date: Tue Jul 31 01:00:05 2012
New Revision: 1367381

URL: http://svn.apache.org/viewvc?rev=1367381&view=rev
Log:
bump versions.

Modified:
    httpd/httpd/trunk/docs/manual/misc/perf-scaling.xml

Modified: httpd/httpd/trunk/docs/manual/misc/perf-scaling.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/perf-scaling.xml?rev=1367381&r1=1367380&r2=1367381&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/perf-scaling.xml (original)
+++ httpd/httpd/trunk/docs/manual/misc/perf-scaling.xml Tue Jul 31 01:00:05 2012
@@ -59,7 +59,7 @@
         <title>What Will and Will Not Be Discussed
         </title>
         <p>The session will focus on easily accessible configuration and tuning
-            options for Apache httpd 2.2 and 2.3 as well as monitoring tools.
+            options for Apache httpd 2.2 and 2.4 as well as monitoring tools.
             Monitoring tools will allow you to observe your web server to
             gather information about its performance, or lack thereof.
             We'll assume that you don't have an unlimited budget for
@@ -883,9 +883,9 @@
                 same pre-forking process model that Apache 1.3 uses. The Worker
                 MPM runs a smaller number of child processes, and spawns
                 multiple request handling threads within each child process. In
-                2.3+ MPMs are no longer hard-wired. They too can be exchanged
+                2.4 MPMs are no longer hard-wired. They too can be exchanged
 				via <directive module="core">LoadModule</directive>.
-				The default MPM in 2.3 is the event MPM. 
+				The default MPM in 2.4 is the event MPM. 
             </p>
             <p>The maximum number of workers, be they pre-forked child
                 processes or threads within a process, is an indication of how