SobekCM / SobekCM-Web-Application

Latest code for the open source digital repository software SobekCM.
http://sobekrepository.org
MIT License
10 stars 8 forks source link

Multithreading the builder #5

Open djlooney opened 7 years ago

djlooney commented 7 years ago

Currently all code paths ignore the multi-threading, since the max-threads variable being set to 0 forces it to all run synchronously. However this adds the structure that multithreading would take: multiple workers, waiting for the workers to finish, breaking out when requested by the database.

Needs testing.