Categorygithub.com/penk110/interview_goalgorithm_load_balance_rand
package
0.0.0-20220409183615-111e65bd3edf
Repository: https://github.com/penk110/interview_go.git
Documentation: pkg.go.dev

# README

负载均衡算法

1.随机数算法(随机求余等)

2.轮训算法

3.最少连接数

4.Hashing (Consistent Hashing等)

5.带权重轮询

6.LVS加权轮询

# Structs

No description provided by the author
No description provided by the author