kangshantong commented on issue #2944:
URL: https://github.com/apache/brpc/issues/2944#issuecomment-2953814778

   > 
我理解,rdma应该是全局生效的,部分server使用rdma部分server使用tcp感觉不太行,主要是那个rdma的内存是进程层面全局设置的。一部分不使用一部分使用感觉不太行。如果客户端是多进程,可以一些是use_rdma一些不使用rdma。
   
   启动server和client的时候,有个use_rdma选项。在一个有两张网卡(一张tcp网卡,一张rdma网卡)机器上,同一个进程启动两个brpc 
Server,一个打开use_rdma, 一个关闭use_rdma,这种情形,目前brpc是支持的吗 


-- 
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