Re: hinting system for poll (was Re: /dev/poll vs. aio_)

David S. Miller (davem@redhat.com)
Mon, 17 May 1999 19:42:51 -0700


From: Niels Provos <provos@citi.umich.edu>
Date: Mon, 17 May 1999 15:59:30 -0400

I am still working on this to make sure that it is bug free, but at
the moment I am fairly confident to make patches available within
about a week.

Sounds quite interesting.

Note there are some systems (Solaris) which cache the _entire_ poll
fd/event state across select/poll system calls, take a look at
/usr/include/sys/poll_impl.h on a Solaris box to see how they do it.

Their scheme is more intricate and complex than is really necessary
IMHO, but it is a good source of ideas.

Later,
David S. Miller
davem@redhat.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/