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

Improve TCP connection handling #60

Open
billgraziano opened this issue Dec 31, 2020 · 2 comments
Open

Improve TCP connection handling #60

billgraziano opened this issue Dec 31, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@billgraziano
Copy link
Owner

billgraziano commented Dec 31, 2020

Consider one writer per source server go routine. Have some type of rate limiter so they are all throttled at a reasonable limit.

Maybe something like https://github.com/uber-go/ratelimit

@billgraziano billgraziano added the enhancement New feature or request label Dec 31, 2020
@billgraziano
Copy link
Owner Author

Consider a TTL and build a new connection when this expires

@billgraziano
Copy link
Owner Author

Consider a list of servers and try each one until one responds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant