Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36182 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90089 invoked from network); 17 Mar 2008 19:42:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2008 19:42:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=atiware@gmx.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=atiware@gmx.net; 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:49182] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/B3-04851-CA9CED74 for ; Mon, 17 Mar 2008 14:42:37 -0500 Received: (qmail invoked by alias); 17 Mar 2008 19:42:33 -0000 Received: from 84-72-99-49.dclient.hispeed.ch (EHLO [192.168.0.133]) [84.72.99.49] by mail.gmx.net (mp031) with SMTP; 17 Mar 2008 20:42:33 +0100 X-Authenticated: #8005184 X-Provags-ID: V01U2FsdGVkX18l+zlQXNglC/JdNe7yemeaxGrL5p4muYDG/1wDq/ EKs4JRx3FHW3Gu To: internals@lists.php.net Content-Type: text/plain Date: Mon, 17 Mar 2008 20:43:48 +0100 Message-ID: <1205783028.5035.26.camel@kukac> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: apache and MSHUTDOWN From: atiware@gmx.net (ati) hi, what is the correct behavior, if apache killing _idle_ child processes in an environment where: apache prefork_mpm php loaded as apache module php loads a module with extension=xy.so should be the msshutdown function called for each httpd child or only once if the whole httpd server shuts down? thanks for clarifying this. Attila Soki