shenxuebing commented on issue #3000: URL: https://github.com/apache/brpc/issues/3000#issuecomment-2986486620
> In pooled mode, at most one RPC request can exist on each pooled connection, while in single connection mode + baidu_rpc_protocol, one TCP connection request can carry multiple RPC requests. if you are using baidu_std_protocol, just use single connection. 但是大多数的业务场景都是连接池模式的吧,很少有单连接的场景。而且就算是使用连接池模式,性能不能这么低吧,我觉得怎么也能到单连接的70-80%,是不是我需要配置什么参数呢?请指导 -- 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]
