On Jan 25, 2008 6:52 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > 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? > > -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