We're benchmarking some code that we've converted to use sendfile(), the linux zero-copy system call. What's the term for the traditional read()/write() loop that sendfile() replaces? I.e., in our report I want to say "zerocopy is X millisecs, and ??? is Y millisecs." What word/phrase should I use?

link|improve this question

non-zero copy ? – Paul R May 5 '10 at 7:48
feedback

3 Answers

Just "copy"?......

link|improve this answer
feedback

"Traditional data copying approach"

link|improve this answer
feedback

Programmed I/O (PIO) would be appropriate, I think.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.