Re: and nicer too - Re: [PATCH] epoll more scalable than poll

From: Jamie Lokier (lk@tantalophile.demon.co.uk)
Date: Fri Nov 01 2002 - 15:14:14 EST


Charlie Krasic wrote:
> I would like to see a new kind of nonblocking flag that implies the
> use of epoll. So instead of giving O_NONBLOCK to fctnl(F_SETFL), you
> give O_NONBLOCK_EPOLL. In addition to becoming non-blocking, the
> socket is added to epoll interest set. Furthermore, if the socket is
> a "listener" socket, all connections accepted on the socket inherit
> the non-blocking status and are added automatically to the same epoll
> interest set. It's true that this can get silly though. I'd like to
> do the same with other flags, like TCP_CORK.

... and close-on-exec.

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



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:21 EST