Project

Profile

Help

Task #2318

Updated by bmbouter over 7 years ago

Django models changes can be thread safe[0], but some care needs to be taken. We need the Progressreport models specifically to be thread safe. 

 This likely involves 2 things: 

 -1. 1. rewriting the implementaiton to be thread safe- safe 
 2. Using documentation which identifies the thread-safety concern for plugin writers updating models themselves from many threads. 

 [0]: http://stackoverflow.com/questions/26234819/are-django-models-thread-safe#26234946

Back