This commit is contained in:
Xiangmingzhe
2018-04-03 10:00:22 +08:00
parent f39b393a2d
commit 3d90e3bed0
3 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
- 优点保证同一IP的客户端都会被hash到同一台服务器上。
- 缺点不利于集群扩展后台服务器数量变更都会影响hash结果。可以采用一致性Hash改进。
<div align="center"> <img src="../pics//2018040301.jpg"/> </div><br>
<div align="center"> <img src="../pics//2018040302.jpg"/> </div><br>
## 实现

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

BIN
pics/2018040302.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB