IPC with multiprocessing.connection

Andrew Berg bahamutzero8825 at gmail.com
Fri Dec 23 03:46:51 EST 2011


On 12/23/2011 2:32 AM, Deepak Babu wrote:
> See if http://www.rsdcbabu.com/2011/02/multiprocessing-with-python.htmlhelps
> you.
It doesn't. There is not even a mention of the connection submodule 
(plus it's Python 2, and I'm familiar enough with Python 2 to do a good 
job of porting to py3k). I don't even want to spawn new processes with 
the multiprocessing module; I want processes which may not even be 
written in Python to communicate over a named pipe or Unix domain socket.

-- 
CPython 3.2.2 | Windows NT 6.1.7601.17640



More information about the Python-list mailing list