GENI-NSF / geni-ch

GENI clearinghouse services
Other
3 stars 6 forks source link

Move one-time initialization to WSGI files #543

Closed tcmitchell closed 7 years ago

tcmitchell commented 7 years ago

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