You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/10/31 03:56:04 UTC

[GitHub] [incubator-brpc] cdjingit commented on issue #1976: 请问在使用single这种连接方式时,如何限制服务端的最大连接数

cdjingit commented on issue #1976:
URL: https://github.com/apache/incubator-brpc/issues/1976#issuecomment-1296506660

   max_connection_pool_size 的话只是限制一个连接池常驻链接的数量,实际建立的连接数取决于并发数量,brpc作为客户端底层建立的tcp连接会尽量共享的。


-- 
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: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org