I am using python subprocess for IPC. Now, let us assume that I have to use subprocess.Popen to spawn other processes, so I cannot use multiprocessing.Pipe for communication. First, I thought Is to
I am using python subprocess for IPC. Now, let us assume that I have to use subprocess.Popen to spawn other processes, so I cannot use multiprocessing.Pipe for communication. First, I thought Is to