//
pkg.gl
Category
github.com/penk110/interview_go
algorithm_load_balance_rand
package
0.0.0-20220409183615-111e65bd3edf
Repository:
https://github.com/penk110/interview_go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
73 SLOC
#
README
负载均衡算法
1.随机数算法(随机求余等)
2.轮训算法
3.最少连接数
4.Hashing (Consistent Hashing等)
5.带权重轮询
6.LVS加权轮询
#
Structs
ServerInstance
No description provided by the author
ServerPool
No description provided by the author