Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36201 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9824 invoked from network); 18 Mar 2008 22:27:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2008 22:27:28 -0000 Authentication-Results: pb1.pair.com header.from=atiware@gmx.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=atiware@gmx.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 213.165.64.20 as permitted sender) X-PHP-List-Original-Sender: atiware@gmx.net X-Host-Fingerprint: 213.165.64.20 mail.gmx.net Linux 2.5 (sometimes 2.4) (4) Received: from [213.165.64.20] ([213.165.64.20:47626] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/04-06623-CC140E74 for ; Tue, 18 Mar 2008 17:27:26 -0500 Received: (qmail invoked by alias); 18 Mar 2008 22:27:21 -0000 Received: from 84-72-99-49.dclient.hispeed.ch (EHLO [192.168.0.133]) [84.72.99.49] by mail.gmx.net (mp001) with SMTP; 18 Mar 2008 23:27:21 +0100 X-Authenticated: #8005184 X-Provags-ID: V01U2FsdGVkX18HbNYP/EYHyK8AhkuKMqWN0XQ3vRuzRZhOtGi+7Q luTuRcnETq7A3J To: internals@lists.php.net In-Reply-To: <47DF81C1.7060604@daylessday.org> References: <1205783028.5035.26.camel@kukac> <47DF81C1.7060604@daylessday.org> Content-Type: text/plain Date: Tue, 18 Mar 2008 23:28:33 +0100 Message-ID: <1205879313.12757.56.camel@kukac> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: [PHP-DEV] apache and MSHUTDOWN From: atiware@gmx.net (ati) On Tue, 2008-03-18 at 11:48 +0300, Antony Dovgal wrote: > On 03/17/2008 10:43 PM, ati wrote: > > > > should be the msshutdown function called for each httpd child or only > > once if the whole httpd server shuts down? > > Since Apache children are separate processes, they have their own shutdown > sequences and MSHUTDOWN is called for each child (which is pretty easy to check, btw). thanks for your answer. i asked this, because i trying get a rid of a bug. if apache 2.2.8, php5.2.5 and php-java-bridge used thogether the apache childs begin to freeze. the apache-team say this is an php bug, javabridge team says this is an php or apache bug. please look these threads: "internal dummy connections blocking httpd" https://issues.apache.org/bugzilla/show_bug.cgi?id=43966 "php-java-bridge bug and maybe a working patch" http://sourceforge.net/mailarchive/forum.php?thread_name=1205435208.2906.45.camel%40kukac&forum_name=php-java-bridge-users so, where is the bug? thanks. Best regards, Attila Soki