nbn/loadbalancer
Composer 安装命令:
composer require nbn/loadbalancer
包简介
LoadBalancer training component
关键字:
README 文档
README
Overview
Important : This is a training projet, it's only purpose is to demonstrated how to develop an open source component.
Installation
This is installable via Composer as nbn/loadbalancer:
composer require nbn/loadbalancer
Getting start
This component provides you a loadbalancer class to handle your request.
You have the possibility to define a list of registered host and a chooser algorithm.
This component implement two chooser :
- RotationChooser : basic random chooser
- LoadLimitChosser : return host under a given load limit
Go further
This component provided all the necessary set of interfaces to extends it as needed.
Contributing
Pull requests are welcome.
Thanks to everyone who has contributed already.
Developed by Nicolas Bastien
Released under the MIT License
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-10