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

Persistent HTTP connections #97

Open
drh-stanford opened this issue Feb 16, 2016 · 1 comment
Open

Persistent HTTP connections #97

drh-stanford opened this issue Feb 16, 2016 · 1 comment

Comments

@drh-stanford
Copy link

As far as I can tell, the rubydora client is not sending Keep-Alive headers for its connections. This causes a lot of connection-setup overhead in our use case where we load lots of datastreams for the same object in succession.

Switching to Faraday and Net::HTTP::Persistent adapter should fix this -- I'm not sure RestClient supports keep-alive.

@jcoyne
Copy link
Member

jcoyne commented Feb 16, 2016

That sounds like a good idea. Go for it.

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