Re: Linux 2.5 / 2.6 TODO (preliminary)

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sun Jun 04 2000 - 11:46:52 EST


> > In glibc
>
> So is there no advantage of having something like that in the kernel, to
> allow a program to queue up many buffers for the network code to handle
> as it can, rather than either blocking on a send() or repeatedly making
> kernel calls on a nonblocking socket until it manages to send all its
> data?

You can do that with a thread from user space. In fact a lot of systems do
most of their AIO via threads in user space.

-
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/



This archive was generated by hypermail 2b29 : Wed Jun 07 2000 - 21:00:19 EST