摘要: 理解零拷贝 零拷贝是Netty的重要特性之一,而究竟什么是零拷贝呢? WIKI中对其有如下定义: “Zero-copy” describes computer operations in which the CPU does not perform the task of copying data 阅读全文
posted @ 2017-04-17 11:47 XGogo 阅读(3418) 评论(0) 推荐(0) 编辑
摘要: 转自:https://my.oschina.net/cloudcoder/blog/299944 摘要: java 的zero copy多在网络应用程序中使用。Java的libaries在linux和unix中支持zero copy,关键的api是java.nio.channel.FileChann 阅读全文
posted @ 2017-04-17 11:45 XGogo 阅读(376) 评论(0) 推荐(0) 编辑