Re: zero-copy TCP fileserving

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 4 Jun 1999 00:14:25 +0100 (BST)


> but, why should the copy even occur? there is easily enough research
> lingering around these days to show the zero copying is good (Unet for
> instance as well as ExoKernel) these were direct access to user space
> without copies, but the same philosophy can hold for kernel space.

All the useful research is on message passing. That is a different game to
TCP. Most of it is not SMP related - SMP scaling means you can't use mmu
tricks for this stuff. Cross cpu invalidates to COW pages kill you rather
rapidly

-
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/