In Linux, zero copy is a technique for improving data transfer performance between processes or applications without involving the CPU or copying the data from one buffer to another. Here's how it works:
Traditionally, when data is transferred between two processes, it has to be copied from the source buffer into the kernel buffer, and then from
(
Read more... )