Hello,
Am 12.08.2016 um 17:01 schrieb Artem Lalaiants:
Hello,I'm trying to limit traffic based on the amount of http requests load balancer handles at the moment.
The way to do this is to use maxconn on the various parts of haproxy (backend, frontend, servers etc). This also includes a global maxconn value. Haproxy is engineered to handle "maxconn" load, and will do the right thing if that value is exceeded.
I don't think doing this manually is a good idea. Lukas

