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

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

Reply via email to