Package eneter.messaging.nodes.loadbalancer

Distributing the workload across a farm of receivers.

See:
          Description

Interface Summary
ILoadBalancer Load balancer.
ILoadBalancerFactory Creates the load balancer.
 

Class Summary
RoundRobinBalancerFactory Implements factory to create the load balancer based on Round-Robin algorithm.
 

Package eneter.messaging.nodes.loadbalancer Description

Distributing the workload across a farm of receivers. The load balancer maintains a list of receivers processing a certain request. When the balancer receives the request, it chooses which receiver shall process it, so that all receivers are loaded optimally.