Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 69269 invoked from network); 19 Jan 2006 16:16:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jan 2006 16:16:34 -0000 Received: (qmail 84856 invoked by uid 500); 19 Jan 2006 16:16:28 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 84799 invoked by uid 500); 19 Jan 2006 16:16:28 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 84788 invoked by uid 99); 19 Jan 2006 16:16:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 08:16:28 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.184.197 as permitted sender) Received: from [64.233.184.197] (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 08:16:26 -0800 Received: by wproxy.gmail.com with SMTP id 58so245086wri for ; Thu, 19 Jan 2006 08:16:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F3qXfF2QAnhXDd+xxadzmDa2rFxDQkcfDr00MgqYETABngKkAdA8mY8fdVly3iTQy+qQF/vwzAv9s860Gt2o7w9CucKEVUZnj1EljxMVlFYXbWOijw+ianzb6JqIEPRzOG2+t7/sE6PZL5lGBWu4KpdbR4iZDghimqnu0Ilaxus= Received: by 10.65.189.17 with SMTP id r17mr446833qbp; Thu, 19 Jan 2006 08:16:05 -0800 (PST) Received: by 10.64.253.3 with HTTP; Thu, 19 Jan 2006 08:16:05 -0800 (PST) Message-ID: Date: Thu, 19 Jan 2006 11:16:05 -0500 From: Joshua Slive Sender: jslive@gmail.com To: dev@httpd.apache.org, praveenb@sgi.com Subject: Re: Thread-only execution with Apache 2 : Newbie query In-Reply-To: <009501c61d0e$0e4469b0$0600a8c0@asiapac.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <009501c61d0e$0e4469b0$0600a8c0@asiapac.sgi.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/19/06, Praveen Bhaniramka wrote: > Hi Joshua, > > Thanks for your reply. I tried setting the parameters suggested by you. > But when I re-run httpd2, I see that it is still creating 3 processes. Three processes is normal. One is the control process, one is the cgi daemon and one is the main server process. Only the latter should be serving requests. Joshua.