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

use requests.Session() for increased performance #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bhurley-sayari
Copy link

@bhurley-sayari bhurley-sayari commented Sep 12, 2024

requests has the ability to maintain and reuse TCP sessions across requests. https://requests.readthedocs.io/en/latest/user/advanced/#session-objects

@wumpus
Copy link
Member

wumpus commented Sep 13, 2024

cdx_toolkit is already too fast, not too slow. Also, you really don't want to reuse http1.1 connections.

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 this pull request may close these issues.

2 participants