- 2016 原文
- 基于上一篇的proxy
基于proxy 实现 负载均衡
The following example shows how to write a light weight load balancer using libevent.
This basically builds on the proxy server I had written previously.
后端配置多个web 服务,LB 会以RR 分发请求到这些后端
You can configure
微信扫一扫
The following example shows how to write a light weight load balancer using libevent.
This basically builds on the proxy server I had written previously.
You can configure
相关推荐