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

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

 



On Jan 25, 2008 6:52 PM, Nathan Nobbe <quickshiftin@xxxxxxxxx> wrote:
> 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?
>
> -nathan
>
If all these apache/php processes are a problem, you could try a
different setup:
Write a SOAP (or silmilar) webservice in a language that does support proper
threading. Now call your SOAP function from your php script to send the results
to the browser.

Floor

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