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

thread-localized BaseImageQuery._stored_images/_deleted_images #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yoloseem
Copy link
Contributor

@yoloseem yoloseem commented Jul 21, 2016

Faced an issue that session state be corrupted due to BaseImageQuery._stored_images and ._deleted_images are accessed via class level when we use gevent-based WSGI container and it gets high workload. To resolve converted that containers to thread(gevent)-local storage.

@dahlia dahlia force-pushed the master branch 3 times, most recently from 70d3ef3 to a8c74f9 Compare October 8, 2017 12:31
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.

1 participant