How do I write a PHP script that continues running, even after flushing out some text and ending the HTTP request? Is this possible?
To run PHP app forever or until php terminates
ignore_user_abort(true); set_time_limit(0);