Open
Description
Hi again,
Was wondering how to implement maximum connection count to a server ( within a server pool )?
So for example, if I have 3 servers defined, each will handle up to 5 connections, then It will result in 15 simultaneous connections at most.
Maybe something among the lines on Middleware?
Thanks again