Yes, that was what I was looking for. Searching google for 'php ignore user
interrupt', got me links on CPU interrupt management.
Thanks again.
On Fri, Feb 22, 2008 at 05:56:45PM -0800, Casey wrote:
> ignore_user_abort(true);
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
Hello,
I have a php process running on lighty that should continue even if the user
presses cancel in his browser. The default behavior is that the web-server will
kill the cgi process on user cancellation. Is there some way I can prevent the
user cancel from interfering with the php process
2 matches
Mail list logo