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

REQ round-robin load-balancing #10

Closed
gdamore opened this issue Jan 16, 2017 · 1 comment
Closed

REQ round-robin load-balancing #10

gdamore opened this issue Jan 16, 2017 · 1 comment

Comments

@gdamore
Copy link
Contributor

gdamore commented Jan 16, 2017

We need to implement round-robin load balancing for REQ. (Note that mangos has this bug too.) Right now we are just letting pipes race to get the pipe, and relying on the scheduler to provide fair access. Under load this works out, but during lighter conditions it can lead to less optimal scheduling. Instead, we should aim to distribute the work evenly.

@gdamore
Copy link
Contributor Author

gdamore commented Jan 24, 2017

This was resolved with the changes last night: 7df0822

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

No branches or pull requests

1 participant