Re: Interval Timers on Windows



On Sun, 29 Apr 2007 10:47:30 +0100, Brian Wakem wrote:

Surely you would need to time sendPacket() and subtract it from the next
delay?

Surely time spend in sendPacket is negligible om modern machines?

(I don't really know.I/O and syscalls used to be expensive. Nowadays
machines are so fast that syscalls are fast too and sending a packet
generally means -- I assume -- copying it to some internal buffer and
some pointer fiddling, so that should be very fast).

M4
.