Messages in this thread |  | | Date | Wed, 25 Oct 2000 21:40:53 +0200 | From | Jamie Lokier <> | Subject | Re: kqueue microbenchmark results |
| |
Simon Kirby wrote: > And you'd need to take the descriptor out of the read() set in the > select() case anyway, so I don't really see what's different.
The difference is that taking a bit out of select()'s bitmap is basically free. Whereas the equivalent with events is a bind_event() system call.
-- Jamie - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |