最少连接算法通常更适合各请求对应用服务器的影响相同的流量。
The least connections algorithm is usually better for traffic where each request tends to have the same impact on the application server.
如果并非所有应用服务器都拥有同等的处理能力,则可使用加权最少连接算法来考虑处理能力的差异。
If all application servers do not possess equal amounts of compute power, a weighted least connections algorithm can be used to account for the difference.
当两个请求对应用服务器(例如HTTP)的影响可能存在明显差异时,最少连接算法不适合用于这样的流量。
The least connections algorithm is not appropriate for traffic where any two requests can have a significantly different impact on the application server (such as HTTP).
您可能已经使用过轮询算法或使用“最少连接数”算法完成一些额外的工作然后离去,但我们想尽可能地保持简单。
You could have used a round-robin or done some extra work and gone with a "least connections" algorithm, but we wanted to keep it as simple as possible.
例如,一种向比其他服务器响应更快的服务器发送更多请求的算法,或者向连接数量最少的服务器发送更多请求的算法。
For instance, consider an algorithm that sends more requests to a server that has a faster response time than the others or to the server with the least number of connections.
例如,一种向比其他服务器响应更快的服务器发送更多请求的算法,或者向连接数量最少的服务器发送更多请求的算法。
For instance, consider an algorithm that sends more requests to a server that has a faster response time than the others or to the server with the least number of connections.
应用推荐