文件名称:RoundRobinDatacenterBroker.java.tar
介绍说明--下载内容均来自于网络,请自行研究使用
Round-robin load balancing is one of the simplest methods for distributing client requests across a group of servers. Going down the list of servers in the group, the round-robin load balancer forwards a client request to each server in turn. When it reaches the end of the list, the load balancer loops back and goes down the list again (sends the next request to the first listed server, the one after that to the second server, and so on).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
117143161RoundRobinDatacenterBroker.java.tar