pynsee icon indicating copy to clipboard operation
pynsee copied to clipboard

Multiprocessing sometimes freezes get_geodata

Open tgrandje opened this issue 6 months ago • 4 comments

This is something I have already encountered on a linux machine. It seems to be linked to the multiprocessing freeze support not being properly handled, but the user might not even know of it without heavy debugging.

It occured to me again while debugging this issue and this is definitely not easy peasy...

As multiprocessing does not seem to be of any value here (compared to multithreading), I propose to switch to pebble ThreadPool which has a close enough API.

tgrandje avatar Aug 06 '24 14:08 tgrandje