>Java has a Timer class (include some URL) which allows us to kick off
>a process/task at specified time. How can I achieve the same in PHP5?
>
php.net/sleep
>
Not quite.
It's actually a bit harder to start a task while still processing the own
task. It could be done using pcntl_fork() and a sleep() for 'short' times,
otherwise I'd choose Cron
--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Comment