RMI and Python

Lars Marius Garshol larsga at ifi.uio.no
Sun Aug 1 17:24:14 EDT 1999


* Tim Egbert
|
| Java is able to do remote method invocation (RMI) which is a neat
| concept.  It is the basis for Jini, another neat idea.  Does Python
| have anything like RMI?

Yes: CORBA. See <URL: http://www.dstc.edu.au/Fnorb/ >. I think there
also are some bindings to various C ORBs floating around. Compared to
RMI CORBA has the advantage that it is completely vendor-, language-
and platform-independent. 

--Lars M.




More information about the Python-list mailing list