Hacker News new | past | comments | ask | show | jobs | submit login
How to run scripts in Linux faster than Cron does (jovicailic.org)
1 point by 300 on Feb 1, 2014 | hide | past | favorite | 1 comment



So, "faster" means "more frequently", and the solution is a while loop with a sleep in it. A loop which doesn't make any attempt to account for the execution time of the command.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: