[reSIProcate] Timers: why system time?

Alexander alt at kaluga.ru
Wed Oct 22 08:32:28 CDT 2008


Hi

reSIProcate timer framework uses system time.
If one will change system time on PC it will damage timers processing.

I prefer to use relative time since system start:
Windows: QueryPerformanceCounter( ... )
Others: clock_gettime( CLOCK_MONOTONIC, ... )

Regards
Alexander Altshuler
Xeepe project 
http:xeepe.com





More information about the resiprocate-devel mailing list