Re: Forking a PHP process into the background in a web server environment
Posted by J.O. Aho on 03/21/06 20:42
JDS wrote:
> In any case, can anyone suggest a way to fork a process off to unload a
> large amount of processing and return control of the web browser to the
> user? All the examples and whatnot I have found assume a CLI version of
> PHP. I want to do this on the web server!