Sun Apr 27 21:52, W.C.A. Wijngaards <wouter at nlnetlabs.nl> wrote: > > Alexander Kolesnikoff wrote: > | Thank you for answer! > | But how about kqueue(2) on FreeBSD ? > > libevent and libev support it. (and its quirks on MacOS/X). Excellent! I'm just curious, how unbound use kqueue(2) ? On my FreeBSD box top(1) said: PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 6158 bind 1 96 0 7852K 3744K select 0:00 0.00% unbound Why STATE is "select" but not "kqueue" ? unbound was compiled with libev-3.2. Alexander