The Linux "copy problem"
The Linux "copy problem"
Posted May 29, 2019 19:57 UTC (Wed) by desbma (guest, #118820)Parent article: The Linux "copy problem"
No mention of the sendfile system call?
It does not work for every case, but when it does, it is much more efficient than doing chunk based copy, and it solves the "what is the optimal I/O size" dilemma.
It does not work for every case, but when it does, it is much more efficient than doing chunk based copy, and it solves the "what is the optimal I/O size" dilemma.
