|
Home > Archive > Unix Programming > March 2004 > KQueue and Kevent()
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
KQueue and Kevent()
|
|
| BrandonInDenver 2004-03-12, 2:36 pm |
| Hello,
When I close an fd that is an identifier for a kevent filter, does the filter
get removed?
Please let me know, thanks,
Brandon
| |
| William Ahern 2004-03-15, 6:35 pm |
| BrandonInDenver <brandonindenver@aol.com> wrote:
> Hello,
>
> When I close an fd that is an identifier for a kevent filter, does the
> filter get removed?
>
Yes. See Section 3, Design Goals, of the original paper:
http://people.freebsd.org/~jlemon/papers/kqueue.pdf
- Bill
|
|
|
|
|