|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |