On Fri, Mar 20, 2009, Dan Kegel wrote: > > Just to clarify: I can add two events, one for EV_READ and one for > > EV_WRITE, on the same FD, with different callbacks, and that _will_ > > work as expected? > > Even if that works, isn't it inefficient at the syscall level somehow?
It can be. For things like kqueue which let you "bunch" up updates a bit, it can be made to perform the same. Adrian _______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkeymail.org/mailman/listinfo/libevent-users