LXer: How to Execute Less Than 1 Minute Interval Jobs
by LXer from LinuxQuestions.org on (#6PZZE)
Published at LXer:
When working with the Cron time-based scheduler in Linux, you might find yourself needing to execute tasks at intervals of less than one minute. However, the native capabilities of Cron do not allow for such granular scheduling. By default, Cronis smallest interval is one minute. This can be limiting for certain applications where tasks need to be run every few seconds or at a more precise time interval.
Read More...
When working with the Cron time-based scheduler in Linux, you might find yourself needing to execute tasks at intervals of less than one minute. However, the native capabilities of Cron do not allow for such granular scheduling. By default, Cronis smallest interval is one minute. This can be limiting for certain applications where tasks need to be run every few seconds or at a more precise time interval.
Read More...