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

variable "global users" needs a mutual lock? #5

Open
kingofmeazza opened this issue Aug 22, 2019 · 0 comments
Open

variable "global users" needs a mutual lock? #5

kingofmeazza opened this issue Aug 22, 2019 · 0 comments

Comments

@kingofmeazza
Copy link

From my understanding, "check_auth" keeps fetching the variable "global users" in the flask main threads, while "load_users" modifies it in a separate thread.
Since "load_users" is not called very frequently, a mutual lock will have little effect on the peformance.
I have little experience on Python threading, and I'm sorry if I made a misunderstanding.

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

1 participant