Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better load balancing algorithm #470

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

better load balancing algorithm #470

wants to merge 1 commit into from

Conversation

wadey
Copy link

@wadey wadey commented May 24, 2012

The current algorithm will switch to always returning just the best server
when even only one server is behaving badly. This will force all of the load
onto one machine.

This new algorithm still starts by picking a random machine, but will instead
switch to the next random machine in the list that has a better score.

The current algorithm will switch to always returning just the best server
when even just one server is behaving badly. This will force all of the load
onto one machine.

This new algorithm still starts by picking a random machine, but will instead
switch to the next random machine in the list that has a better score.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant