Displaying 1 result from an estimated 1 matches for "ionotify".
Did you mean:
inotify
2010 Mar 26
2
Busy looping of 2.0Beta4 on NetBSD-current
I built and install Dovecot 2.0Beta4 on my NetBSD/amd64-current system,
and am seeing the user-owned imap processes busy-looping. In Dovecot
1.2.x (and 1.x and 0.x..) I force ionotify and ioloop to kqueue, so I
suspected that was the problem. Turns out it's not: Using poll or none
also causes the same problem.
This did not happen in 1.2.8 (didn't try anything later than that).
After a quick visit to gdb, I added some i_debug() statements in
ioloop-kqueue.c (when I...