Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3091 invoked from network); 7 Jun 2007 08:06:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2007 08:06:59 -0000 Received: (qmail 38727 invoked by uid 500); 7 Jun 2007 08:06:53 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 38502 invoked by uid 500); 7 Jun 2007 08:06:52 -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 38491 invoked by uid 99); 7 Jun 2007 08:06:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 01:06:52 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of yvo.vandoorn@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 01:06:44 -0700 Received: by wa-out-1112.google.com with SMTP id j5so500060wah for ; Thu, 07 Jun 2007 01:06:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qFa3nraH2aEZ+R6UqZFZ8nA45eCAp8kE519+JCLqC1fOmyRQ+n/Vki+GxRxTSaviJ0TxRaLhSHggkAQftDIqZlaBDhCeshBo4waUp/eJilt//lBcQTvMjeZxodNymG6X/1zha/Vw8nJIqABlH+Q765Qt0O2pnb0eJ0fY2KboEG4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MsFwnsY90LHeajKo/T885Mc0xfczou6oLh6aqNiq6bjdwV0GtKFE4s5O/hGCIdWD0lIoNvQAKVOcYPPYRf//Qj4gAIO0NL0M1hIa7Jyj9lh8CaOVMJPI+JxCE11DVGSQzd9ihBstG7ZxtttPtAsSfRIX778QHBqkNbtjQeavCYk= Received: by 10.114.196.1 with SMTP id t1mr1304440waf.1181203584150; Thu, 07 Jun 2007 01:06:24 -0700 (PDT) Received: by 10.141.77.11 with HTTP; Thu, 7 Jun 2007 01:06:24 -0700 (PDT) Message-ID: <740f716a0706070106u43816df1n8113513785ac02f8@mail.gmail.com> Date: Thu, 7 Jun 2007 01:06:24 -0700 From: "Yvo van Doorn" To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2ae67e000706030849i12a914b1jae05f9a333d7633f@mail.gmail.com> <6ed6382b0706040358p4dc330a6l7869a1d27ef326f3@mail.gmail.com> <2ae67e000706040846s655eeab7x591e2dc35d889b0b@mail.gmail.com> <2ae67e000706040920m23d92a44iec12929e38eeb5f@mail.gmail.com> <2ae67e000706042127u45d64cb9jdcb7954ffeb4432a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Apache Launching one more unwanted daemon On 6/5/07, Joshua Slive wrote: > On 6/5/07, Arnab Ganguly wrote: > > Hi, > > I am replacing Apache with NES(Sun Web Server).NES is pretty old.So I > > wanted to use Apache with single process and multi threaded web server > > similar to NES. > > To be honest, that doesn't sound like a very good justification. Just > because NES does it that way doesn't mean you want Apache to do it > that way. > > > > > Now I have used the mod_status also.The new process launched shows to be > > active while the old daemon doesn't show anything. > > Interesting. Have you checked the error log to see if apache is > restarting because it received a signal? Perhaps you have a log > rotation script restarting apache? > > Or perhaps the old process got stuck processing something. You could > try attaching to it with a debugger and figuring out what it is doing: > http://httpd.apache.org/dev/debugging.html > > 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 > > If you want a single process multi threaded server perhaps you should take a look at lighttpd, what others have said mpm_worker isn't designed to do what you are trying to do. In the mean time I'll continue embracing Apache :-). --------------------------------------------------------------------- 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