问题
Python multiprocessing package supports a remote manager feature where one python process can IPC with another process, however from their example it seems this must go through the OS's IP stack.
Is there a way of using the remote manager without going through the IP stack, assuming the two processes are local, thus making it quicker?
来源:https://stackoverflow.com/questions/8466624/remote-python-manager-without-going-through-ip-stack