Re: Fwd: libev doesn't notify on read event (file FD and timers)

2014-04-24 Thread Marc Lehmann
On Thu, Apr 24, 2014 at 11:30:09AM +0300, Assaf Inbal wrote: > I'm using libev as a part of a larger project. In this project I have a > library that does some asynchronous work directly over FDs and timers. > While I understand that it's not exactly recommended, these FDs can also be > of local

Fwd: libev doesn't notify on read event (file FD and timers)

2014-04-24 Thread Assaf Inbal
Hey all, I'm using libev as a part of a larger project. In this project I have a library that does some asynchronous work directly over FDs and timers. While I understand that it's not exactly recommended, these FDs can also be of local files as well as sockets. As a part of the process, I have a