Re: Mark Russinovich's reponse Was: [OT] Comments to WinNT Mag !! (fwd)

kuznet@ms2.inr.ac.ru
Tue, 4 May 1999 20:37:25 +0400 (MSK DST)


Hello!

For God's sake could someone explain me, what is the difference
between our sendfile() and plain write() from mmap()ed region?

The only difference, which I see now is that sendfile() ALLOWS
to make zero-copy NOT WORSE than usual write(), right?

Resuming, sendfile() without zero-copy is pure cheating,
if we added it to API it means that we plan to implement zero copy
one day. 8)

BTW is it really true, that NT transmitfile() does zero copy?
I strongly suspect, it does not.

Alexey

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