[ntp:bugs] [Bug 596] ntpd dies after 2 days
bugzilla at ntp.isc.org
bugzilla at ntp.isc.org
Sun Apr 16 20:22:39 UTC 2006
http://bugs.ntp.isc.org/show_bug.cgi?id=596
----------------------------------------------------------------------------
Additional Comments From mayer at ntp.org (Danny Mayer)
Submitted on 2006-04-16 20:22
Just to be clear, the full_recvbuffs() function is not thread-safe as it does
not take out a lock before returning the value. By contrast the
get_full_recv_buffer() is thread safe as it takes out a lock first before
removing the buffer from the list. There's too much overhead to use the locks
just to return the value.
Danny
--
Danny Mayer <mayer at ntp.org>
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the bugs
mailing list