Tuvie commented on issue #2031: URL: https://github.com/apache/incubator-brpc/issues/2031#issuecomment-1336312248
> 1. Is it normal to run two server processes and use one client process to connect with the two server processes when running rdma_performance with using RDMA to get the performance data? Yes > 2\. It rdma-old branch, when connecting one client process & one server process, it only create one QP when running rdma_performance/verbs. However, in master branch, the client will create lots of QPs when it connects with one server process. Is this the expected behavior? You can check the QPs info with below command: In new branch, there is also one QP between one client and one server. But in order to improve the performance of connection establishment, we create a lot of QPs at the beginning in advance. Only one will be chosen from this pool when the connection is established. -- 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]
