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
[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
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
Hi,
I am wondering if Python has services or frameworks that does the same
as Java RMI?
What I am seeking is to do "pseudo-clustering". That is, a server will
contains a program to control what is needed for execution. This will be
pretty much like process management. Call this controller,
He