Project

General

Profile

Idea #13522

Updated by Tom Morris almost 6 years ago

As a system administrator, I want the ability to limit the maximum number of HTTP connections which keepproxy will accept. accept without having to use an nginx or similar reverse proxy to do the limiting for me. 

 In Arvados clusters this functionality is provided by nginx, so document recommended configurations for doing this. Possible implementation option: https://godoc.org/golang.org/x/net/netutil#LimitListener

Back