Hello, i have problem with using kqueue for polling sockets. I make loop = ev_default_loop(EVBACKEND_KQUEUE); to be use kqueue(), but libev continues use default backend poll(), i see it using utilities "truss", "top". My system FreeBSD 6.2, libev versions 3.43 3.53. Sorry, if i bad read manual and Thanx.