RE: [PHP] How to launch a background task from a web page

2008-10-30 Thread bruce
the background down, you can then check the same approach in the webapp... have fun, and let us know how it goes.. -Original Message- From: Tony Marston [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 9:39 AM To: php-general@lists.php.net Subject: [PHP] How to launch a backgro

Re: [PHP] How to launch a background task from a web page

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 11:38 AM, Tony Marston <[EMAIL PROTECTED]> wrote: > I have some long running scripts which I need to launch from a web page and > have them run in the background, but which should not cause the web page to > wait until the script finishes. Reading the manual on the backtick

Re: [PHP] How to launch a background task from a web page

2008-10-30 Thread Richard Heyes
> I have some long running scripts which I need to launch from a web page and > have them run in the background, but which should not cause the web page to > wait until the script finishes. Reading the manual on the backtick and > exec() operators seems to imply that the PHP function will be suspen

[PHP] How to launch a background task from a web page

2008-10-30 Thread Tony Marston
I have some long running scripts which I need to launch from a web page and have them run in the background, but which should not cause the web page to wait until the script finishes. Reading the manual on the backtick and exec() operators seems to imply that the PHP function will be suspended