Re: Gigabit Linux Server Bottlenecks

From: Jes Sorensen (Jes.Sorensen@cern.ch)
Date: Fri Feb 11 2000 - 05:04:26 EST


>>>>> "Zachary" == Zachary Amsden <zamsden@cthulhu.engr.sgi.com> writes:

Zachary> Yes, this works fine for UDP, but you can't do TCP this way
Zachary> without COW VM support for scatter skbufs, because TCP needs
Zachary> to buffer data until it has been acknowledged. Even then,
Zachary> you need the application to behave properly and not touch
Zachary> anything in the same page as the output data until an ACK is
Zachary> received. This is easy enough to hack into high bandwidth
Zachary> servers, like ftp or rcp, and that is mostly the only place
Zachary> you will need it.

Well there is still one simple case where this makes a lot of sense,
think sendfile(). I'd love to see the COW added as well so we can
utilize this for regular write() but sendfile() is a good first
step.

Jes

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



This archive was generated by hypermail 2b29 : Tue Feb 15 2000 - 21:00:20 EST