A method that distributes to the server with the fewest connections at that moment.
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.
© 2026 ITBGM