Hi All,
I have one frontend and some backends(for ex. 6). Every backend can processing ~50 requests simultaneously. How i can limit numbers of sessions to one backend, such a way that requests put on queue?
I found many examples, how limit incoming connections from one ip, but can't find eny examples, how to limit outgoing connections to backends.
I have one frontend and some backends(for ex. 6). Every backend can processing ~50 requests simultaneously. How i can limit numbers of sessions to one backend, such a way that requests put on queue?
I found many examples, how limit incoming connections from one ip, but can't find eny examples, how to limit outgoing connections to backends.