How does cron internally schedule jobs?
A few crickets heard in this question. Good ‘ol RTFC with some discrete event simulation papers and Wikipedia: http://en.wikipedia.org/wiki/Cron#Multi-user_capability The algorithm used by this cron is as follows: On start-up, look for a file named .crontab in the home directories of all account holders. For each crontab file found, determine the next time in the … Read more