[Unbound-users] Unbound stop working without error-log

Florian Weimer fweimer at bfk.de
Wed Nov 3 11:37:13 UTC 2010


* W. C. A. Wijngaards:

> That is strange.  Your clocks are synchronised, so that is not it.

Process time and system time are not necessarily equal.  Depending on
which clock you ask, there might be some magic that prevents the
process clock from going backwards and jumping forward (which would
otherwise wreck havoc with timeout handling in select() loops).

clock_gettime(CLOCK_MONOTONIC) should not be affected by this.
I'm not sure about the gettimeofday() behavior.

-- 
Florian Weimer                <fweimer at bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99




More information about the Unbound-users mailing list