
01-06-2009
|
|
Shell programmer, author
|
|
|
Join Date: Mar 2007
Location: Toronto, Canada
Posts: 2,361
|
|
Quote:
Originally Posted by pg300
Hi there everyone. So my host doesn't allow crons more then every 15 minutes I need to do every 10 minutes.
So i was thinking of using sleep. Would this count as a single cron?:
Code:
php -qf /home/blah.php; sleep 600; php -qf /home/blah.php;
Do you think I can get away with that?
|
Try it and see.
Quote:
|
Which way do you think would be lowest concern to host?
|
Ask your host's system administrator.
|