Least connected load balancing

While the default load balancing algorithm is round-robin, it doesn't take into consideration either the server load or the response times. With the least connected method, we distribute connections to the upstream server with the least number of active connections.