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

Move one-time initialization to WSGI files #543

Merged
merged 1 commit into from
Jan 25, 2017

Conversation

tcmitchell
Copy link
Member

Remove the boolean global gate on initialization because it does not
work well in a multithreaded environment. Use the WSGI file for one-
time initializations. This should ensure that one-time initializations
happen once.

Fixes #542

Remove the boolean global gate on initialization because it does not
work well in a multithreaded environment. Use the WSGI file for one-
time initializations. This should ensure that one-time initializations
happen once.
@tcmitchell tcmitchell added this to the 2.17 milestone Jan 25, 2017
@tcmitchell tcmitchell self-assigned this Jan 25, 2017
@tcmitchell tcmitchell merged commit 4792d7b into GENI-NSF:develop Jan 25, 2017
@tcmitchell tcmitchell deleted the 542-initialization branch January 25, 2017 20:50
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