How to launch a background task from a web page
- From: tony@xxxxxxxxxxxxxxxxxxxxxxxx ("Tony Marston")
- Date: Thu, 30 Oct 2008 16:38:50 -0000
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
until the script finishes, which is not what I want. Is this possible in
PHP?
--
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
.
- Follow-Ups:
- RE: [PHP] How to launch a background task from a web page
- From: "bruce"
- Re: [PHP] How to launch a background task from a web page
- From: "Daniel P. Brown"
- Re: [PHP] How to launch a background task from a web page
- From: "Richard Heyes"
- RE: [PHP] How to launch a background task from a web page
- Prev by Date: Re: [PHP] Regex validation
- Next by Date: Re: [PHP] How to launch a background task from a web page
- Previous by thread: Recursive Directory Listing
- Next by thread: Re: [PHP] How to launch a background task from a web page
- Index(es):
Relevant Pages
|