0.1.0 • Published 11 years ago

fold-roll v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

ROLL Build Status
=====

Round robin balancer for FOLD

Features


  • Performs round robin check for a list of available proxies
  • Uses abstract store
  • Exports a single one-purpose method
  • Can be abstrated and used in other mechanisms

Functionality

How to use?

The balancer defines a next(_id, _proxyList, _store, _callback) method that can be called:

Extract from FOLD:

balancer.next(proxyFunction.id, proxyFunction.proxies, FOLD.store, function(host, port){
  proxy.proxyRequest(
      ...
  );
});

The result

The method executes the callback and sends the host and port for the proxy that should be called

0.1.0

11 years ago