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

I wrote a service that can use such a library #7

Open
elico opened this issue Jun 27, 2017 · 2 comments
Open

I wrote a service that can use such a library #7

elico opened this issue Jun 27, 2017 · 2 comments

Comments

@elico
Copy link

elico commented Jun 27, 2017

I have been working on an article about load balancing at:
http://wiki.squid-cache.org/EliezerCroitoru/Drafts/MwanLB

And it contains a simple example of a LB solution at:
http://wiki.squid-cache.org/EliezerCroitoru/Drafts/MwanLB#Round_Robin_mark_selection_-_GoLang_example

There are are couple good references in the bottom of the article which I found very useful.

@lafikl
Copy link
Owner

lafikl commented Jul 2, 2017

i don't think i understand what you're getting at?

@elico
Copy link
Author

elico commented Jul 2, 2017

@lafikl I wrote a service in GoLang which implements LoadBalancing in linux and marks connections based on couple things.
This is at: http://wiki.squid-cache.org/EliezerCroitoru/Drafts/MwanLB#Round_Robin_mark_selection_-_GoLang_example

Someone refereed me to the article:
https://brooker.co.za/blog/2012/01/17/two-random.html

Which describes another approach to LB.
This library(liblb) is very nice and I think you can see an example to an new idea on how to implement\use LB in my code (I can use your code in my application).

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

2 participants