RMI or RPC for python ?

Steve Menard steve.mnard at sympatico.ca
Tue Feb 1 14:06:14 EST 2000


Mark NG <markn at cs.mu.OZ.AU> wrote in message
news:hwsd7qhhxih.fsf at murlibobo.cs.mu.OZ.AU...
>
>
> G'day,
>
> Does there exist a Remote Method Invocation or Remote Procedure Call
> framework for Python like the RMI classes/interfaces in java ??
> or do we have to go it alone with the pickle jar ?
>
>
> thanks,
> mark


    Take a look at PYRO ( http://www.xs4all.nl/~asz00557/python.html). It is
essentially RMI for python.





More information about the Python-list mailing list