Re: kqueue implementation

2007-05-22 Thread Daniel Molina Wegener
On Tuesday 22 May 2007 13:04:37 Suleiman Souhlal wrote: > On May 21, 2007, at 6:48 AM, Daniel Molina Wegener wrote: > > On Monday 21 May 2007 03:57:58 John-Mark Gurney wrote: > >> Daniel Molina Wegener wrote this message on Sun, May 20, > >> 2007 > > > > at 18:31 -0400: > >>>I'm coding an appli

Re: kqueue implementation

2007-05-22 Thread Daniel Molina Wegener
On Tuesday 22 May 2007 14:06:48 Joerg Sonnenberger wrote: > On Tue, May 22, 2007 at 10:04:37AM -0700, Suleiman Souhlal wrote: > > >I mean vnode events, in the manual page I see NOTE_WRITE, > > > but I need NOTE_OPEN and NOTE_READ. Is there any chance > > > to get these kind of events? > > > > They

Re: kqueue implementation

2007-05-22 Thread Joerg Sonnenberger
On Tue, May 22, 2007 at 10:04:37AM -0700, Suleiman Souhlal wrote: > >I mean vnode events, in the manual page I see NOTE_WRITE, but I > >need NOTE_OPEN and NOTE_READ. Is there any chance to get these > >kind of events? > > They should be easy to add.. All you would need to do for NOTE_OPEN > woul

Re: kqueue implementation

2007-05-22 Thread Suleiman Souhlal
On May 21, 2007, at 6:48 AM, Daniel Molina Wegener wrote: On Monday 21 May 2007 03:57:58 John-Mark Gurney wrote: Daniel Molina Wegener wrote this message on Sun, May 20, 2007 at 18:31 -0400: I'm coding an application using the kqueue facility, but I see that I can't handle open and read e

Re: kqueue implementation

2007-05-21 Thread John-Mark Gurney
Daniel Molina Wegener wrote this message on Mon, May 21, 2007 at 09:48 -0400: > On Monday 21 May 2007 03:57:58 John-Mark Gurney wrote: > > Daniel Molina Wegener wrote this message on Sun, May 20, 2007 > at 18:31 -0400: > > >I'm coding an application using the kqueue facility, but > > > I see t

Re: kqueue implementation

2007-05-21 Thread Daniel Molina Wegener
On Monday 21 May 2007 03:57:58 John-Mark Gurney wrote: > Daniel Molina Wegener wrote this message on Sun, May 20, 2007 at 18:31 -0400: > >I'm coding an application using the kqueue facility, but > > I see that I can't handle open and read events. Is planned > > to implement these handlings in

Re: kqueue implementation

2007-05-21 Thread John-Mark Gurney
Daniel Molina Wegener wrote this message on Sun, May 20, 2007 at 18:31 -0400: >I'm coding an application using the kqueue facility, but > I see that I can't handle open and read events. Is planned to > implement these handlings in the future?. Also, which facility > can I use to handle these ki

kqueue implementation

2007-05-20 Thread Daniel Molina Wegener
Hello, I'm coding an application using the kqueue facility, but I see that I can't handle open and read events. Is planned to implement these handlings in the future?. Also, which facility can I use to handle these kind of events? Regards, -- .O. | Daniel Molina Wegener | C/C++ Developer