Re: Java RMI-like services in Python

2005-07-18 Thread Maurice LING
Thank you Harald and Alan, Pyro seems to be used widely in this area but PyLinda is much cleaner and simpler to use. However, given that the object or class to be executed by execution machines are not known at development time, I wish to seek you advice on remote class loading. Can an object

Re: Java RMI-like services in Python

2005-07-18 Thread Alan Kennedy
[Maurice LING] > I am wondering if Python has services or frameworks that does the same > as Java RMI? As Harald mentioned, Pyro is firmly in the "Remote Method Invocation" space. And there's always CORBA, of which there are multiple python and java implementations. Which might be useful, if yo

Re: Java RMI-like services in Python

2005-07-18 Thread Harald Massa
Maurice LING <[EMAIL PROTECTED]> wrote in news:dbfmbq$e49$1 @domitilla.aioe.org: > I am wondering if Python has services or frameworks that does the same > as Java RMI? google for pyro Harald -- http://mail.python.org/mailman/listinfo/python-list