I have a Python script that I want to use as a controller to another Python script. I have a server with 64 processors, so want to spawn up to 64 child processes of this sec
I would definitely use multiprocessing rather than rolling my own solution using subprocess.