On 03/17/2008 10:43 PM, ati wrote:
> 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?

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).

-- 
Wbr, 
Antony Dovgal

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to