At 04:05 12/5/2001, Wez Furlong wrote:
>I know that there might be some bad interactions with apache if you fork,
>but if you allow PHP to spot that it forked and call _exit() instead of
>returning into the SAPI, you should be OK?

Not really, the parent has to somehow call wait() on the child, otherwise 
you'd get zombie processes...
Generally, implementing that sort of stuff within the Apache framework is a 
bit of asking for trouble :I

Zeev


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to