eagletrt / ingest_station

Convert propietary Capolavoro® file format and naming to human readable output files.
GNU General Public License v3.0
1 stars 0 forks source link

Migrate from threading to multiprocessing #1

Closed notfilippo closed 1 year ago

notfilippo commented 1 year ago

Watch out for the Python GIL

https://stackoverflow.com/questions/3044580/multiprocessing-vs-threading-python

volpx commented 1 year ago

done, even tough rawtherapee-cli spawns a number of processes same as the number of threads in the pc automatically. So it's counter-productive in this case either way when Nproc>2