Hello all, i was wondering what would happen if a lot of users request the same file (url). Could it lead to an overload of one of our backends ? Is it possible to fix limits and switch to another backend if they're exceeded?
We've got the following configuration : backend chkg_farm * balance uri whole * hash-type consistent mode http log global option httplog option forwardfor cookie SERVERID insert indirect nocache default-server inter 3s rise 2 fall 3 option httpchk GET /status timeout server 25s server a1 10.111.9.20:80 maxconn 1000 check cookie a1 server a2 10.111.9.22:80 maxconn 1000 check cookie a2 server a3 10.111.9.24:80 maxconn 1000 check cookie a3 Thanks, Smana

