We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前在brpc::ServerOptions内找到两个参数 idle_timeout_sec和method_max_concurrency,分别描述为“连接但无数据传输时的连接关闭时间”和“最大并发数” 目前实际测试过程中(使用slowhttptest工具),当持续建立连接(比如pending 1w个连接),并且持续缓慢发送数据时,服务会被打爆并变得不可用。 所以请问对于使用BRPC启动的HTTP Service,是否有支持 限制最大连接数,和超时断开连接 的设置。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前在brpc::ServerOptions内找到两个参数
idle_timeout_sec和method_max_concurrency,分别描述为“连接但无数据传输时的连接关闭时间”和“最大并发数”
目前实际测试过程中(使用slowhttptest工具),当持续建立连接(比如pending 1w个连接),并且持续缓慢发送数据时,服务会被打爆并变得不可用。
所以请问对于使用BRPC启动的HTTP Service,是否有支持 限制最大连接数,和超时断开连接 的设置。
The text was updated successfully, but these errors were encountered: