Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 64628 invoked from network); 28 May 2004 15:07:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 May 2004 15:07:12 -0000 Received: (qmail 87002 invoked by uid 500); 28 May 2004 15:06:49 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86960 invoked by uid 500); 28 May 2004 15:06:49 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 86943 invoked by uid 98); 28 May 2004 15:06:48 -0000 Received: from floeff@arcor.de by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(151.189.20.158):. Processed in 0.193766 secs); 28 May 2004 15:06:48 -0000 X-Qmail-Scanner-Mail-From: floeff@arcor.de via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(151.189.20.158):. Processed in 0.193766 secs) Received: from unknown (HELO postman.arcor.de) (151.189.20.158) by hermes.apache.org with SMTP; 28 May 2004 15:06:48 -0000 Received: from [192.168.0.5] (pD95DA5C3.dip.t-dialin.net [217.93.165.195]) (authenticated bits=0) by postman.arcor.de (8.13.0.PreAlpha4/8.13.0.PreAlpha4) with ESMTP id i4SF6WER022583 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Fri, 28 May 2004 17:06:33 +0200 (MEST) Message-ID: <40B75544.80502@arcor.de> Date: Fri, 28 May 2004 17:05:40 +0200 From: Florian Effenberger User-Agent: Thunderbird 0.6 (Windows/20040502) X-Accept-Language: de-de, de-at, de, en-us, en MIME-Version: 1.0 To: users@httpd.apache.org References: <40B7350B.2060806@arcor.de> <40B75158.1000409@arcor.de> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] PHP as CGI becomes a zombie when loaded too often X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Joshua, > Yes. I tried: #!/bin/bash i=1 until [ $i -eq 30 ]; do exec /usr/local/apache2/htdocs/phpinfo.php i=$[i+1] done whereas phpinfo.php only contains at the moment. It works fine, no problems. PHP startup is a little bit slow, but that's quite normal I guess (testing an a K6-300 MHz machine right now, but the problems appeared on a P4 1.7 GHz machine as well). However, with the above script, only one instance is run at a time. The problem with Apache seems to be that it hangs when multiple instances are run at a time. Any idea on how to simulate that in the bash? Thanks Florian --------------------------------------------------------------------- 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