On 05Feb2020 15:48, Israel Brewster wrote:
In a number of places I have constructs where I launch several
processes using the multiprocessing library, then loop through said
processes calling join() on each one to wait until they are all
complete. In general, this works well, with the *apparen
In a number of places I have constructs where I launch several processes using
the multiprocessing library, then loop through said processes calling join() on
each one to wait until they are all complete. In general, this works well, with
the *apparent* exception of if something causes one of th