nbn/loadbalancer 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nbn/loadbalancer

Composer 安装命令:

composer require nbn/loadbalancer

包简介

LoadBalancer training component

关键字:

README 文档

README

Build Status Scrutinizer Code Quality SensioLabsInsight Latest Stable Version Total Downloads

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
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-07-10