It is zero-copy
Posted Apr 6, 2006 7:16 UTC (Thu) by
axboe (
✭ supporter ✭, #904)
In reply to:
It is zero-copy by xoddam
Parent article:
Two new system calls: splice() and sync_file_range()
> Wow! Copying without copying! splice() must truly be a great philosopher!
Yeah it sounds crazy, but it's really true :-). You bring in the pages from the source file, then migrate them to the address space of the target file. Bingo, zero copy copies!
(
Log in to post comments)