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

Implement support for persistent HTTP connections #1

Open
artob opened this issue Jul 8, 2010 · 1 comment
Open

Implement support for persistent HTTP connections #1

artob opened this issue Jul 8, 2010 · 1 comment

Comments

@artob
Copy link
Member

artob commented Jul 8, 2010

Currently, connections are internally implemented using Net::HTTP from Ruby's standard library, and connections are always transient, i.e. they do not persist from one request to the next and must always be reopened when used.

We should implement support for persistent Keep-Alive connections as a future improvement.

@cordawyn
Copy link
Member

Done. See https:/bendiken/rdf-sesame/pull/7

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