NAME
Plack::Middleware::Proxy::LoadBalancer - Simple load balancer
SYNOPSIS
DESCRIPTION
Plack::Middleware::Proxy::LoadBalancer allow you to define several backends.
OPTIONS
- backends
-
Or
Or
enable
"Proxy::LoadBalancer"
,
backends
=> {
'http://10.0.0.1:8080'
=> 0.4,
'http://10.0.0.1:8081'
=> 0.5,
'http://10.0.0.1:8002'
=> 0.3};
More than one backend can be defined. Weight can be given to backends.
AUTHOR
Franck Cuny