lkml.org 
[lkml]   [2006]   [May]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: TCP/IP send, sendfile, RAW
Roy Rietveld wrote:
> I read something about zero copy may i need somelike that.

Yes, zero copy IO does make a huge difference. Unfortunately, at this
time, it is not possible to do zero copy IO on sockets save for
sendfile() because they do not yet support aio, at least, not the last
time I checked.

For comparison I wrote an ftp server for NT 4.0 several years ago on a
PII-233 system ( similar speed to yours ) and saw similar results to
yours until switching to zero copy IO, which pushed 11,820 KB/s ftp
transfers using less than 1% of the cpu.

I'm still waiting for Linux to be able to do this, and hopefully won't
have to wait much longer.

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

\
 
 \ /
  Last update: 2006-05-04 23:24    [W:0.424 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site