@kaplun wrote:
Hi!
Say that I have the same server (i.e. name/hostname/port) being used for multiple backends. Is there a way to limit the total number of concurrent requests sent to that server, regardless of the specific backend? It seems to me that
maxconn
is enforced for a specific server in a specific backend. Is there a different option?E.g. Say I have a server that can accept 30 requests, and is referenced in two backends. Is there a better option than to set its
maxconn
to 15 in each backend?Thanks a lot,
Samuele
Posts: 2
Participants: 2