Python's "multiprocessing" module feels like threads, but actually launches processes. Many people, when they start to work with Python, are excited to hear that the language supports threading. And, ...
Objects can be transferred between processes using pipes or multi-producer/multi-consumer queues. Objects can be shared between processes using a server process or ...
I have to run taskkill /F /im test.exe to kill all the many processes (repeatedly) to stop the program, as there are many of these processes running dylan@DESKTOP ...