Implementations necessarily have some delay in returning from a timeout
. Any overhead in
interrupt response, function return, and scheduling induces a “quality of implementation”
delay, expressed as duration
Di. Ideally, this delay would be zero
. Further, any contention for
processor and memory resources induces a “quality of management” delay, expressed as duration
Dm. The delay durations may vary from timeout to timeout, but in all cases shorter is better
.