Re: A (perhaps silly) kqueue question

2008-03-14 Thread Vlad GALU
On 3/14/08, Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Mar 14), Vlad GALU said: > > On 3/14/08, Vlad GALU <[EMAIL PROTECTED]> wrote: > > > On 3/8/08, Vlad GALU <[EMAIL PROTECTED]> wrote: > > > > On 3/8/08, Robert Watson <[EMAIL PROTECTED]> wrote: > > > > > On Fri, 7 Mar 2008,

Re: A (perhaps silly) kqueue question

2008-03-14 Thread Dan Nelson
In the last episode (Mar 14), Vlad GALU said: > On 3/14/08, Vlad GALU <[EMAIL PROTECTED]> wrote: > > On 3/8/08, Vlad GALU <[EMAIL PROTECTED]> wrote: > > > On 3/8/08, Robert Watson <[EMAIL PROTECTED]> wrote: > > > > On Fri, 7 Mar 2008, Vlad GALU wrote: > > > > > I see an unusual symptom with one of

Re: A (perhaps silly) kqueue question

2008-03-14 Thread Vlad GALU
On 3/14/08, Vlad GALU <[EMAIL PROTECTED]> wrote: > On 3/8/08, Vlad GALU <[EMAIL PROTECTED]> wrote: > > On 3/8/08, Robert Watson <[EMAIL PROTECTED]> wrote: > > > On Fri, 7 Mar 2008, Vlad GALU wrote: > > > > > > > > > > I see an unusual symptom with one of our in-house applications. The > m

Re: A (perhaps silly) kqueue question

2008-03-14 Thread Vlad GALU
On 3/8/08, Vlad GALU <[EMAIL PROTECTED]> wrote: > On 3/8/08, Robert Watson <[EMAIL PROTECTED]> wrote: > > On Fri, 7 Mar 2008, Vlad GALU wrote: > > > > > > > I see an unusual symptom with one of our in-house applications. The main > I/O > > > loop calls kevent(), which in turn returns two eve

Re: A (perhaps silly) kqueue question

2008-03-08 Thread Vlad GALU
On 3/8/08, Robert Watson <[EMAIL PROTECTED]> wrote: > On Fri, 7 Mar 2008, Vlad GALU wrote: > > > > I see an unusual symptom with one of our in-house applications. The main I/O > > loop calls kevent(), which in turn returns two events with EV_EOF error > set, > > always for the same descriptors (

Re: A (perhaps silly) kqueue question

2008-03-07 Thread Robert Watson
On Fri, 7 Mar 2008, Vlad GALU wrote: I see an unusual symptom with one of our in-house applications. The main I/O loop calls kevent(), which in turn returns two events with EV_EOF error set, always for the same descriptors (they're both socket descriptors). As the man page is not pretty clear

Re: A (perhaps silly) kqueue question

2008-03-07 Thread Vlad GALU
On 3/7/08, Julian Elischer <[EMAIL PROTECTED]> wrote: > Vlad GALU wrote: > > On 3/7/08, Julian Elischer <[EMAIL PROTECTED]> wrote: > >> Vlad GALU wrote: > >> >I see an unusual symptom with one of our in-house applications. The > >> > main I/O loop calls kevent(), which in turn returns two

Re: A (perhaps silly) kqueue question

2008-03-07 Thread Julian Elischer
Vlad GALU wrote: On 3/7/08, Julian Elischer <[EMAIL PROTECTED]> wrote: Vlad GALU wrote: >I see an unusual symptom with one of our in-house applications. The > main I/O loop calls kevent(), which in turn returns two events with > EV_EOF error set, always for the same descriptors (they're b

Re: A (perhaps silly) kqueue question

2008-03-07 Thread Vlad GALU
On 3/7/08, Julian Elischer <[EMAIL PROTECTED]> wrote: > Vlad GALU wrote: > >I see an unusual symptom with one of our in-house applications. The > > main I/O loop calls kevent(), which in turn returns two events with > > EV_EOF error set, always for the same descriptors (they're both socket >

Re: A (perhaps silly) kqueue question

2008-03-07 Thread Julian Elischer
Vlad GALU wrote: I see an unusual symptom with one of our in-house applications. The main I/O loop calls kevent(), which in turn returns two events with EV_EOF error set, always for the same descriptors (they're both socket descriptors). As the man page is not pretty clear about it and I don't

A (perhaps silly) kqueue question

2008-03-07 Thread Vlad GALU
I see an unusual symptom with one of our in-house applications. The main I/O loop calls kevent(), which in turn returns two events with EV_EOF error set, always for the same descriptors (they're both socket descriptors). As the man page is not pretty clear about it and I don't have my UNP copy a