Re: Blocking code

2010-01-15 Thread Peter Otten
eric.frederich wrote: > I am trying to write something that will watch directories without > poling them. > This is what FAM is fore. Gamin is a re-implementation of FAM and it > has python bindings. > > The problem is that when I call handle_one_event() it blocks until > there is an event to ha

Re: Blocking code

2010-01-15 Thread Adam Tauno Williams
On Fri, 2010-01-15 at 10:12 -0800, eric.frederich wrote: > I am trying to write something that will watch directories without > poling them. > This is what FAM is fore. Gamin is a re-implementation of FAM and it > has python bindings. > The problem is that when I call handle_one_event() it blocks