Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C32E997A for ; Tue, 31 Jul 2012 01:03:00 +0000 (UTC) Received: (qmail 43926 invoked by uid 500); 31 Jul 2012 01:03:00 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 43862 invoked by uid 500); 31 Jul 2012 01:03:00 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 43855 invoked by uid 99); 31 Jul 2012 01:02:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 01:02:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 01:02:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8E1A2238889B; Tue, 31 Jul 2012 01:02:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1367382 - /httpd/httpd/trunk/docs/manual/misc/perf-scaling.html.en Date: Tue, 31 Jul 2012 01:02:15 -0000 To: cvs@httpd.apache.org From: igalic@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120731010215.8E1A2238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: igalic Date: Tue Jul 31 01:02:14 2012 New Revision: 1367382 URL: http://svn.apache.org/viewvc?rev=1367382&view=rev Log: update xforms Modified: httpd/httpd/trunk/docs/manual/misc/perf-scaling.html.en Modified: httpd/httpd/trunk/docs/manual/misc/perf-scaling.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/perf-scaling.html.en?rev=1367382&r1=1367381&r2=1367382&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/misc/perf-scaling.html.en (original) +++ httpd/httpd/trunk/docs/manual/misc/perf-scaling.html.en Tue Jul 31 01:02:14 2012 @@ -72,7 +72,7 @@

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 @@ -897,9 +897,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 LoadModule. - The default MPM in 2.3 is the event MPM. + The default MPM in 2.4 is the event MPM.

The maximum number of workers, be they pre-forked child processes or threads within a process, is an indication of how