IPC share queue

Michael Hudson mwh at python.net
Fri Apr 2 05:15:59 EST 2004


"Joe Wong" <joewong at mango.cc> writes:

> Hi, the buildin Queue() class is good to use among multiple threads
> in the program. Is there anything similar to this across process
> boundary?

I don't believe so.  There's POSH: http://poshmodule.sourceforge.net/,
which could probably be used to build something similar.  I believe
POSH is x86 only at the moment, but that's probably fixable by someone
with sufficient knowledge and energy...

Cheers,
mwh

-- 
  The Internet is full.  Go away.
                      -- http://www.disobey.com/devilshat/ds011101.htm



More information about the Python-list mailing list