Re: Re: how dod you get to do multiple mysql queries concurrently?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nathan Nobbe schreef:
On Jan 25, 2008 12:45 PM, Jochem Maas <jochem@xxxxxxxxxxxxx> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux