"Joe Wong" <joewong@mango. cc> writes:
[color=blue]
> Hi, the buildin Queue() class is good to use among multiple threads
> in the program. Is there anything similar to this across process
> boundary?[/color]
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...
Joe Wong wrote:
[color=blue]
>
> Hi, the buildin Queue() class is good to use among multiple threads in
> the program. Is there anything similar to this across process boundary?[/color]
Comment