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

hackney 2.0 roadmap #275

Closed
5 tasks
benoitc opened this issue Jan 25, 2016 · 5 comments
Closed
5 tasks

hackney 2.0 roadmap #275

benoitc opened this issue Jan 25, 2016 · 5 comments

Comments

@benoitc
Copy link
Owner

benoitc commented Jan 25, 2016

Tasks for the hackney 2.0 version

@edgurgel
Copy link
Collaborator

👍

@lazedo
Copy link

lazedo commented Feb 5, 2016

@benoitc Hi, maybe this would be a good time to introduce min_pool_size or min_available. sometimes there are a lot of simultaneous requests and i think we could benefit in performance if we had min_pool_size connections ready. thoughts ?

@benoitc
Copy link
Owner Author

benoitc commented Feb 6, 2016

@lazedo how would it works? preconnecting resources? or something else?

@lazedo
Copy link

lazedo commented Feb 6, 2016

@benoitc yes, preconnecting resources and keep them alive

@benoitc
Copy link
Owner Author

benoitc commented Feb 9, 2016

@lazedo well there will be pre-connection, but keeping a minimum alive may create a network congestion. Servers don't like to have too much connections to them from the same origin. I add it to the todo list.

@benoitc benoitc closed this as completed Aug 26, 2016
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

3 participants