Load Balancing

Least Connections

English

Overview

A method that distributes to the server with the fewest connections at that moment.

Details

A method that compares each server's current connection count and preferentially routes to the least-loaded server. Since a raw connection count doesn't reflect how expensive each connection actually is to process, a weighted variant that also factors in each server's capacity is sometimes used instead.

More Networking terms