Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 43306 invoked from network); 2 May 2007 20:01:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 20:01:45 -0000 Received: (qmail 61988 invoked by uid 500); 2 May 2007 20:01:40 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 61972 invoked by uid 500); 2 May 2007 20:01:40 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 61961 invoked by uid 99); 2 May 2007 20:01:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 13:01:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jslive@gmail.com designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 13:01:32 -0700 Received: by an-out-0708.google.com with SMTP id d31so266199and for ; Wed, 02 May 2007 13:01:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=T5w5EjnfN/LJZzNG4cAZScMdE6mwjyHl/udcjr36Z+iqI0y53YFtiz3EEgMzWvt+N2QxiEnD6qx2o6nblw9sfrNUj2PJ9ZiYW5zYBInuyNtTdRavjmdSkIMkgxUKYEUNXQFrvljXPoqW7xfVh9Pyi3UtgdmGvjuFddWVOktOKV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=s048zShUV/PmJFwho0ekhiXNe56iuull6BGabJxOIp4VoEej3WD0wq7bDRQYsO2QJ8fwsYyrn85kC0kdYatws4kN7kcCr8KBPsqu84BFm7MyFBV9ZLxCEEsV/CQIEIxZx8idJ+GLvXqcYMDurJMkdJtktcmagRehzdlAUpGKQ9U= Received: by 10.100.238.9 with SMTP id l9mr904547anh.1178136071511; Wed, 02 May 2007 13:01:11 -0700 (PDT) Received: by 10.100.254.18 with HTTP; Wed, 2 May 2007 13:01:11 -0700 (PDT) Message-ID: Date: Wed, 2 May 2007 16:01:11 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <4638ED50.8000306@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46378D38.1070702@gmail.com> <463847E0.2060903@rowe-clan.net> <46384DCA.4050304@gmail.com> <4638ED50.8000306@gmail.com> X-Google-Sender-Auth: 3fc3a6f4c13f5a16 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Apache 2.2.4 in Win 2K SP4 causes BSOD (afd.sys) on accesses On 5/2/07, Mark A. Craig wrote: > As an aside, does anyone know why I wind up with TWO instances of httpd > running in Windows, as reported in Task Manager? This is not uncommon, > I have other services that show up as two processes rather than one, as > well. I'm just curious why that happens with some services and not others. There is a parent (control) process and a child process that does the actual serving. Should the child process die (due to a faulty module, for example), the parent process launches another. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org