Load balancing algorithms

Hi everyone!
As load balancer for other phisical back-end servers, does nginx
provides a
algorithm other than simple round-robin?

regards,

Bruno Guimarães Sousa
www.ifba.edu.br
PONTONET - DGTI - IFBA
Ciência da Computação UFBA
Registered Linux user #465914

Hi everyone!
As load balancer for other phisical back-end servers, does nginx provides
a
algorithm other than simple round-robin?

Yes
http://wiki.nginx.org/NginxHttpUpstreamFairModule
http://wiki.nginx.org/NginxHttpUpstreamRequestHashModule
http://wiki.nginx.org/NginxHttpUpstreamConsistentHash
EY Balancer Module http://github.com/ry/nginx-ey-balancer/tree/master

rr

2010/6/16 Reinis R. [email protected]:

Hi everyone!
As load balancer for other phisical back-end servers, does nginx provides
a
algorithm other than simple round-robin?

Yes
http://wiki.nginx.org/NginxHttpUpstreamFairModule
http://wiki.nginx.org/NginxHttpUpstreamRequestHashModule
http://wiki.nginx.org/NginxHttpUpstreamConsistentHash
EY Balancer Module  http://github.com/ry/nginx-ey-balancer/tree/master
And there is also Google Code Archive - Long-term storage for Google Code Project Hosting.