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

Add cache strategy in C to avoid GIL #31

Closed
cirospaciari opened this issue Nov 13, 2022 · 2 comments
Closed

Add cache strategy in C to avoid GIL #31

cirospaciari opened this issue Nov 13, 2022 · 2 comments
Labels
enhancement New feature or request up-for-grabs

Comments

@cirospaciari
Copy link
Owner

When const string or cached data is possible to respond, add cache interface to never exits C world avoiding GIL

@cirospaciari cirospaciari added the enhancement New feature or request label Nov 13, 2022
@cirospaciari
Copy link
Owner Author

Use an strategy like this for static files using libuv without the need to get into Python GIL

@cirospaciari
Copy link
Owner Author

Closed in favor of #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request up-for-grabs
Projects
None yet
Development

No branches or pull requests

1 participant