Nathan Nobbe schreef:
On Jan 25, 2008 12:45 PM, Jochem Maas <[EMAIL PROTECTED]> wrote:

you'll end up forking a complete apache process - assuming mod_php.
you don't want that


alright, Jocheem, now its my turn for a stupid question.
doesnt apache fork a different process on each php request anyway,
if its complied w/ mpm-prefork?

no. apache worker process contains mod_php and typically a work process is
setup to handle lots of requests before commiting suicide (not handling
infinite requests avoids possible memory leaks afaik)


-nathan


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to