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 D72299C8C for ; Fri, 20 Apr 2012 10:20:36 +0000 (UTC) Received: (qmail 80508 invoked by uid 500); 20 Apr 2012 10:20:36 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 80460 invoked by uid 500); 20 Apr 2012 10:20:36 -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 80453 invoked by uid 99); 20 Apr 2012 10:20:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 10:20:36 +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; Fri, 20 Apr 2012 10:20:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 782062388A3F; Fri, 20 Apr 2012 10:20:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1328297 - /httpd/httpd/trunk/docs/manual/mod/event.html.en Date: Fri, 20 Apr 2012 10:20:15 -0000 To: cvs@httpd.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120420102015.782062388A3F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: humbedooh Date: Fri Apr 20 10:20:15 2012 New Revision: 1328297 URL: http://svn.apache.org/viewvc?rev=1328297&view=rev Log: xforms Modified: httpd/httpd/trunk/docs/manual/mod/event.html.en Modified: httpd/httpd/trunk/docs/manual/mod/event.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/event.html.en?rev=1328297&r1=1328296&r2=1328297&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/event.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/event.html.en Fri Apr 20 10:20:15 2012 @@ -82,7 +82,7 @@ of consuming threads only for connection

This MPM tries to fix the 'keep alive problem' in HTTP. After a client completes the first request, the client can keep the connection open, and send further requests using the same socket. This can - save signifigant overhead in creating TCP connections. However, + save significant overhead in creating TCP connections. However, Apache HTTP Server traditionally keeps an entire child process/thread waiting for data from the client, which brings its own disadvantages. To solve this problem, this MPM uses a dedicated thread to handle both @@ -150,7 +150,7 @@ of consuming threads only for connection needed, and other (mostly SSL) connections with one request worker thread reserved per connection. This can lead to situations where all workers are tied up and no worker thread is available to handle new work on established - async connetions.

+ async connections.

To mitigate this problem, the event MPM does two things: Firstly, it limits the number of connections accepted per process, depending on the