acemaster
06-03-2008, 01:32 AM
I have the 2 crons set-up up that overlap each other as follows:
*/5 * * * * /usr/cron/cron5.php
00 * * * * /usr/cron/cronNight.php
I have 1, maybe 2 questions depending:
1) Is there a way from the command line to lock the cron5 file so that it will finish doing it's duties before the other cronNight file starts?
2) If not, is downloading a lock file the only way to lock it?
Thanks in advance for the help
*/5 * * * * /usr/cron/cron5.php
00 * * * * /usr/cron/cronNight.php
I have 1, maybe 2 questions depending:
1) Is there a way from the command line to lock the cron5 file so that it will finish doing it's duties before the other cronNight file starts?
2) If not, is downloading a lock file the only way to lock it?
Thanks in advance for the help