Connection Algorithms
•
How does the load-balancer decide who
gets the next connection?
–
Best response time
–
Least connections
–
Round robin
–
Random
–
Hash (sticky)
–
Custom?
•
All connections are not equal
•
What happens under load?