dual processor

Robin Becker robin at reportlab.com
Wed Sep 7 08:06:22 EDT 2005


Paul Rubin wrote:
> Jeremy Jones <zanesdad at bellsouth.net> 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




More information about the Python-list mailing list