pyro & parallel processing

Irmen de Jong irmen at NOSPAMREMOVETHISxs4all.nl
Mon Sep 16 15:11:37 EDT 2002


Robin Becker wrote:

> The master can presumably pass the new global cutoff to the slaves, but
> I'm not sure yet how interruptible I can make them, so I guess my second
> question is can we have asynchronous calls into the workers or do I need
> to have multiple published classes with a common thread protected state?

You almost certainly want to use Pyro's oneway call mechanism.
This is very handy to use with callback objects, just read the
Pyro manual on this subject.

Irmen de Jong




More information about the Python-list mailing list