Least Connections

Back to Load Balancing Algorithms

Routes new requests to the server with the fewest active connections. Better than round robin when request processing times vary significantly, as it naturally adapts to server load. Weighted least connections accounts for different server capacities.

networking load-balancing algorithms