负载均衡算法

  • 轮询法(Round Robin)
  • 加权轮询(Weight Round Robin)
  • 随机算法(Random)
  • 加权随机法(Weight Random)
  • 源地址HASH算法(当同一IP地址客户端后端服务器列表不变时,每次都会路由到相同的服务器hashCode % serverListSize)
  • 最小连接数法(Least Connections)

results matching ""

    No results matching ""