Open furti opened 6 years ago
We should use multiple threads when parsing the image and creating the point data.
Dang. Python and threading are not the best Friends :( Maybe we can use the multiprocessing module some time.
Maybe os.fork can help? https://stackoverflow.com/questions/33560802/pythonhow-os-fork-works
Also see: https://stackoverflow.com/questions/15636266/embedded-python-multiprocessing-not-working
https://docs.python.org/3/library/concurrent.futures.html
We should use multiple threads when parsing the image and creating the point data.