Linux零拷貝之sendfile/splice

  sendfile/splice實現了真正意義上的零拷貝:CPU完全不需要參與數據的拷貝,應用層Java NIO爲開發人員提供了FileChannel.transferFrom()/transferTo()方法使用零拷貝。 sendfile 傳輸原理 用戶進程通過 sendfile() 函數向內核(kernel)發起系統調用,上下文從用戶態(user space)切換爲內核態(kernel sp
相關文章
相關標籤/搜索