[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PROPOSAL: making liblinux_net library
From: |
Jeroen Dekkers |
Subject: |
Re: PROPOSAL: making liblinux_net library |
Date: |
Sun, 13 Jan 2002 00:31:54 +0100 |
User-agent: |
Mutt/1.3.25i |
On Sun, Jan 13, 2002 at 01:42:46AM +0300, Peter Novodvorsky wrote:
> I've read Protocol Service Decomposition for High-Performance
> Networking and it influenced on me much. I think it reasonable idea to
> insert a thin network interfaces code into kernel (actually what
> linux-src/net/core is). But it is far goal and somebody might not
> accept it.
There is no reason to put any networking code in the kernel. If you
want speed, you should look at L4. With L4 it's possible to have all
code in user-space and still be fast. It might even be possible to do
it faster, but at least you can have a nice speed _and_ all the
flexibility a microkernel design gives you.
Jeroen Dekkers
--
Jabber supporter - http://www.jabber.org Jabber ID: jdekkers@jabber.org
Debian GNU supporter - http://www.debian.org http://www.gnu.org
IRC: jeroen@openprojects
pgplzdEAkGa8q.pgp
Description: PGP signature
- Re: PROPOSAL: making liblinux_net library, (continued)
- Re: PROPOSAL: making liblinux_net library, Peter Novodvorsky, 2002/01/14
- Re: PROPOSAL: making liblinux_net library, Farid Hajji, 2002/01/23
- Re: PROPOSAL: making liblinux_net library, Neal H Walfield, 2002/01/23
- Re: PROPOSAL: making liblinux_net library, Marcus Brinkmann, 2002/01/23
- Re: PROPOSAL: making liblinux_net library, Farid Hajji, 2002/01/23
- Re: PROPOSAL: making liblinux_net library, Neal H Walfield, 2002/01/23
- Re: PROPOSAL: making liblinux_net library, Farid Hajji, 2002/01/23
- Re: PROPOSAL: making liblinux_net library, Farid Hajji, 2002/01/23
- Re: PROPOSAL: making liblinux_net library, Neal H Walfield, 2002/01/23
- Re: PROPOSAL: making liblinux_net library, Farid Hajji, 2002/01/30
Re: PROPOSAL: making liblinux_net library,
Jeroen Dekkers <=