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?
You are looking for this thread:
>>1
man cron
yo man! i think you are looking for crons.. try this:
www.remotecron.com
bumping a legendary thread. actually no wait.
posting in a thread that history forgot
SAHGEH.
>>23
Don't use bbcode because Wakaba does not support it. Wakaba implements its own style of formatting syntax, heavily inspired by Markdown. It is called Wakabamark.
For single like pieces of code use backticks:
my other car is a cdr
would produce my other car is a cdr
For multiline code samples, indent each line with four spaces, or one hard tab:
my other car
is a cdr
would produce
my other car
is a cdr
>>23
Don't use bbcode because Wakaba does not support it. Wakaba implements its own style of formatting syntax, heavily inspired by Markdown. It is called Wakabamark.
For single like pieces of code use backticks:
my other car is a cdr
would produce my other car is a cdr
For multiline code samples, indent each line with four spaces, or one hard tab:
my other car
is a cdr
would produce
my other car
is a cdr