I am building a script that needs to be triggered every X seconds. I know I can have a PHP script sleep for a duraton of timee, and maybe i could try that, but i notice sometimes the PHP instance dies when the remote user kills the browser...
Is there anyway to create a timer to trigger a certain method every X seconds and never stop? If not in PHP, can it b done in PEARL?