OLS: A proposal for a new networking API
OLS: A proposal for a new networking API
Posted Jul 23, 2006 11:09 UTC (Sun) by nix (subscriber, #2304)In reply to: OLS: A proposal for a new networking API by flewellyn
Parent article: OLS: A proposal for a new networking API
One of the possible underlying media over which these events may flow *is* a netlink socket.
But fundamentally the BSD sockets API is ugly, quite non-Unixlike, and hard to use and even harder to use correctly, and the thought of using it for *everything* including files is horrible. So no matter what the underlying layer is composed of, we need something better for people to actually *use*. (Ulrich is focused on that, not the implementation details alone: he *is* the libc maintainer.)
The replacement for select() had me cheering. At last, One Inner Loop! :)