dual processor

Paul Rubin http
Sun Sep 4 16:09:16 EDT 2005


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




More information about the Python-list mailing list