Forum Moderators: coopster
I have a chron job, a php script, which should execute like 4 times per day. The "problem" is that the chron job takes a few hours to finish, because it connects to thousands of domains, checking if they are online, and saving the results in the database.
Now, i was wondering if this is a problem, or is it not unusual for a chron job to last that long? Is there any problems i might run into with such a long chron job? (i've set the script max execution time to 0) Please post your comments about this.. thanks!