GithubHelp home page GithubHelp logo

txloadbalancer's Introduction

============
Introduction
============

This is a pure python TCP load balancer. It takes inbound TCP connections and
connects them to one of a number of backend servers.

txLoadBalancer is a fork of Anthony Baxter's PythonDirector. It replaced all
threading, asyncore, and admin UI code with the Twisted-based analogs. It also
significantly reorganized the API and provided many new features.


========
Features
========

* It is a pure-Twisted TCP loadbalancer.

* Thanks to Twisted, it's async i/o based, so much less overhead than
  fork/thread based balancers.

* It has multiple scheduling algorithms (random, round robin, leastconns,
  weighted). If a server fails to answer, it's removed from the pool - the
  client that failed to connect gets transparently failed over to a new host.

* Provides an optional builtin webserver for a built-in admin UI.

* Seperate management timer services that perform such tasks as periodically
  readding failed hosts to the rotation, updated on-disk config files with
  changes made to the running server.

* A built-in SSH server for managing (and modifying) a running load-balancer
  instance.

* A Twisted API for adding a load-balancing service to your Twisted application
  without the need to run a separate load-balancer.

* The application uses an XML-based configuration file.

txloadbalancer's People

Contributors

alessandrod avatar

Stargazers

Alexandre Pinto avatar Jialong Shen avatar  avatar orangleliu avatar Aleksandr Vishniakov avatar  avatar Woz avatar Minho Ryang avatar Josh Higgins avatar Benoit Gagnon avatar  avatar Michael Leinartas avatar  avatar

Watchers

 avatar Benoit Gagnon avatar James Cloos avatar Dr. Abdul Hamid avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.