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 E4F561812A for ; Thu, 9 Jul 2015 16:07:25 +0000 (UTC) Received: (qmail 93229 invoked by uid 500); 9 Jul 2015 16:07:25 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 93173 invoked by uid 500); 9 Jul 2015 16:07:25 -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 93164 invoked by uid 99); 9 Jul 2015 16:07:25 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 16:07:25 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id A9891AC0051 for ; Thu, 9 Jul 2015 16:07:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1690122 - in /httpd/httpd/trunk: docs/manual/mod/mpmt_os2.xml server/mpm/mpmt_os2/mpmt_os2.c Date: Thu, 09 Jul 2015 16:07:25 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150709160725.A9891AC0051@hades.apache.org> Author: rbowen Date: Thu Jul 9 16:07:25 2015 New Revision: 1690122 URL: http://svn.apache.org/r1690122 Log: s/a a/a/g Modified: httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c Modified: httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml?rev=1690122&r1=1690121&r2=1690122&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml Thu Jul 9 16:07:25 2015 @@ -37,7 +37,7 @@ StartServers processes accepting connections.

-

Each child process consists of a a pool of worker threads and a +

Each child process consists of a pool of worker threads and a main thread that accepts connections and passes them to the workers via a work queue. The worker thread pool is dynamic, managed by a maintenance thread so that the number of idle threads is kept between Modified: httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c?rev=1690122&r1=1690121&r2=1690122&view=diff ============================================================================== --- httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c (original) +++ httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c Thu Jul 9 16:07:25 2015 @@ -24,7 +24,7 @@ * spawning children as required to ensure there are always ap_daemons_to_start * processes accepting connections. * - * Each child process consists of a a pool of worker threads and a + * Each child process consists of a pool of worker threads and a * main thread that accepts connections & passes them to the workers via * a work queue. The worker thread pool is dynamic, managed by a maintanence * thread so that the number of idle threads is kept between