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

Client should keep the connection open for better performance #40

Closed
rtuck99 opened this issue Jun 20, 2024 · 1 comment · Fixed by #49
Closed

Client should keep the connection open for better performance #40

rtuck99 opened this issue Jun 20, 2024 · 1 comment · Fixed by #49

Comments

@rtuck99
Copy link
Collaborator

rtuck99 commented Jun 20, 2024

The client opens and closes the connection on every request, which if we need to perform multiple requests, can be significant especially if HTTPS is used or if when we add authentication the client needs to re-authenticate.

@dperl-dls
Copy link
Collaborator

we probably want to move to something like https://requests.readthedocs.io/en/latest/ anyway

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

Successfully merging a pull request may close this issue.

2 participants