Re: select function call

From: Carl Daniel [VC++ MVP] (cpdaniel_remove_this_and_nospam_at_mvps.org.nospam)
Date: 11/24/04


Date: Wed, 24 Nov 2004 07:09:34 -0800

mef526 wrote:
> I have found that the multimedia timer works great with only 100 usec
> of jitter (worst case).

Worst case that you observed, you mean. The worst case jitter is still
infinity with multimedia timers, just as it is with normal sleeps (or
select, as the OPs case was).

-cd



Relevant Pages