zchuange commented on issue #3167:
URL: https://github.com/apache/brpc/issues/3167#issuecomment-3626548563

   > 是否还得配套内存管理相关的 API 设计? 比如 RDMA 网络,用户可以 zcopy 发送 attachment,而不是把用户数据从用户 
buffer copy 到 IOBuf 上再 zcopy 发送。 还有 RDMA 的单边操作,要怎么支持呢?
   
   目前brpc 
rdma通信还没有做到zcopy发送attachment吧,该方案下推到transport层逻辑只做架构层面的改进,如果该方案被接纳后续可以在rdma 
transport子类上进行迭代升级zcopy发送到attachment的逻辑。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to