Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2007 00:57:58 -0700
From:      John-Mark Gurney <gurney_j@resnet.uoregon.edu>
To:        Daniel Molina Wegener <dmw@unete.cl>
Cc:        FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   Re: kqueue implementation
Message-ID:  <20070521075757.GG4602@funkthat.com>
In-Reply-To: <200705201831.38828.dmw@unete.cl>
References:  <200705201831.38828.dmw@unete.cl>

next in thread | previous in thread | raw e-mail | index | archive | help
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 kind of events?

I'm unsure what you mean by open and read events?  Do you mean getting
an event when another process opens are file?  or?  As for read, they
work fine for sockets, as w/ select, files are always ready to read
even though they may block to read from disk...

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070521075757.GG4602>