Page 1 of 1
Cronjob
Posted: Wed Mar 28, 2007 10:21 pm
by GeXus
How would I schedule a cronjob to run every 15 seconds? Thanks!
Posted: Thu Mar 29, 2007 7:01 am
by volka
You would need a cron daemon that supports a "seconds" field. I don't know such a daemon.
What are you trying to achieve?
Posted: Thu Mar 29, 2007 8:31 am
by GeXus
Well, after doing a little research I think what I need is to create this as a background service... not sure how to do that though.
Posted: Thu Mar 29, 2007 8:38 am
by feyd
You could use a PHP script to launch a separate process every 15 seconds, but why do you need that level of granularity?