Hello,

> Each throttler requires a different interval. Perhaps a timer of 1ms
> interval can cover all?

I dont know the limit of windows timers, but indeed 1 timer can cover
all timings. 1 ms is not realistic because of the time slice of winows.
Workstations OS has time slice of 13 ms or something and server version
(I recall) 25 ms. So seting timer 1..13 ms or 1..25 ms will do the same.

You can also make a timerthread with a message loop that does these
timings.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to