|
|
|
|
|
by hinkley
608 days ago
|
|
It's possible to run tasks instead of starting every second, starting one second after the previous iteration finishes. So if you have something that checks the system health every millisecond, and keeps a count instead of a duration, then if it takes a couple microseconds to complete you might get something less than 86 million ticks per day instead of 86.4 million. |
|
You don't base the start of a future task on the end of the prior one, you base it on a fixed clock for these kinds of systems.