0
点赞
收藏
分享

微信扫一扫

【load balance】Light weight round robin load balancer

一叶轻舟okok 2022-01-13 阅读 61

  • 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

举报

相关推荐

0 条评论