WonderLiu96 commented on issue #2384:
URL: https://github.com/apache/brpc/issues/2384#issuecomment-1725012440

   > 改用CONNECTION_TYPE_POOLED应该可以避免这个问题
   
   使用连接池的话,我看文档的描述
   ```
   
当连接池中的某个连接在-idle_timeout_second时间内没有读写,则被视作“闲置”,会被自动关闭。默认值为10秒。此功能只对连接池(pooled)有效。打开-log_idle_connection_close在关闭前会打印一条日志。
   ```
   仍然是会有个"闲置"的关闭时间,我们的场景有很多客户端,有一些访问很惰性,感觉这个还是没法满足😂。


-- 
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-unsubscr...@brpc.apache.org

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


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

Reply via email to