lkml.org 
[lkml]   [2000]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: zero-copy TCP

On 3 Sep 2000, Jes Sorensen wrote:

> At CERN we had a bunch of applications where this would be a win, data
> aquisition servers taking data in from on some custom hardware and
> sending out data over the wire on another card. You never really want
> to touch data in memory with the CPU but because of the lack of
> write() zero copy you end up having to do so.

yep i agree - in this case a receivefile() implementation would be handy
(we are 100% ready in 2.4 to introduce it - from the pagecache and VFS
point of view, it's just not there yet), thus you could receivefile() your
data into a temporary file, and sendfile() it to the other card, without
ever touching data. This is faster than any zero-copy read()/write(),
because it can do things straight in the pagecache, without having to deal
with user-space page mappings.

Ingo

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

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.688 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site