[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mach ports use
From: |
Niels Möller |
Subject: |
Re: Mach ports use |
Date: |
28 Oct 2002 21:52:06 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Farid Hajji <farid.hajji@ob.kamp.net> writes:
> As far as Hurd/L4 is concerned, mono-directional ports
> are the only possible alternative.
And for high performance, I suspect the right way to do it is to share
some buffer space (preferably shared all the way down to the
network card), and send a messages when a packet is written to the
buffer, and when a packet have been completely processed so that the
buffer can be reused.
Hmm, such a shared queue sounds like a generally useful thing, for
various i/o tasks. Do you already have a library that does that under
l4?
/Niels