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 events with EV_EOF

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 main I/O loop

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 our in-house

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, Vlad GALU wrote:

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 (they're

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

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

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: 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

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 events with

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