Re: O_DIRECT sockets? (was [RESEND] tuning linux for high network performance?)
From: David S. Miller <hidden>
Date: 2002-10-24 10:28:42
Also in:
netdev
From: David S. Miller <hidden>
Date: 2002-10-24 10:28:42
Also in:
netdev
On Thu, 2002-10-24 at 03:14, Roy Sigurd Karlsbakk wrote:
I can't use sendfile(). I'm working with files > 4GB, and from man 2 sendfile:
That's what sendfile64() is for. In fact every vendor I am aware of is shipping the sys_sendfile64() patch in their kernels and an appropriately fixed up glibc.