Paul Rubin wrote:
> Jeremy Jones <[EMAIL PROTECTED]> writes:
> 
>>to pass data around between processes.  Or an idea I've been tinkering
>>with lately is to use a BSD DB between processes as a queue just like
>>Queue.Queue in the standard library does between threads.  Or you
>>could use Pyro between processes.  Or CORBA.
> 
> 
> I think that doesn't count as using a the multiple processors; it's
> just multiple programs that could be on separate boxes.
> Multiprocessing means shared memory.
> 
> This module might be of interest:  http://poshmodule.sf.net
> 
It seems it might be a bit out of date. I've emailed the author via sf, but no 
reply. Does anyone know if poshmodule works with latest stuff?
-- 
Robin Becker

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to