Re: bug in epoll affecting libev

2008-10-28 Thread Kandalintsev Alexandre
I just found another bug in epoll Did you try to contact kernel developers about this problem? ___ libev mailing list libev@lists.schmorp.de http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Stat changes not picked up on MacOSX 10.5.

2008-10-28 Thread Graham Leggett
Hi all, Using the code below, I am expecting the event loop to run the callback when I touch or edit the file to which I am pointing (directorry->directory), but for some reason this doesn't happen. The timeout does work however. Can anyone tell me if I am doing something stupid, or whether

Re: bug in epoll affecting libev

2008-10-28 Thread Marc Lehmann
On Tue, Oct 28, 2008 at 12:45:07PM +0300, Kandalintsev Alexandre <[EMAIL PROTECTED]> wrote: > >I just found another bug in epoll > Did you try to contact kernel developers about this problem? The kernel developers are not interested in fixing epoll. (I tried a year ago for similar issues, fork r

Re: Stat changes not picked up on MacOSX 10.5.

2008-10-28 Thread Marc Lehmann
On Tue, Oct 28, 2008 at 01:38:33PM +0200, Graham Leggett <[EMAIL PROTECTED]> wrote: > Using the code below, (which has been badly garbled by your mailer and doesn't compile) > I am expecting the event loop to run the callback > when I touch or edit the file to which I am pointing > (direc