I\'m attempting to do an AJAX call (via JQuery) that will initiate a fairly long process. I\'d like the script to simply send a response indicating that the process has star
A better solution is to fork a background process. It is fairly straight forward on unix/linux:
/dev/null &"); ?>
You should look at this question for better examples:
PHP execute a background process