bzs1118 opened a new issue, #3237: URL: https://github.com/apache/brpc/issues/3237
具体例子是一个server单进程,RDMA client端接收上游的http请求,处理请求后与下游RDMA server(s)通信,整合下游server结果并回复上游http client。启用RDMA会导致iobuf的分配函数被覆盖,与上游http client的通信会使用RDMA的memory pool导致不必要的竞争和开销。 -- 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]
