python-WeightedRoundRobin icon indicating copy to clipboard operation
python-WeightedRoundRobin copied to clipboard

Simple implementation of WRR algorithm.

About

Python implementation of Weighted Round Robin algorithm (based on WRR from LVS project).

For more information see http://en.wikipedia.org/wiki/Weighted_round_robin

Example usage

See example.py