python and distributed object like CORBA

Alex Martelli aleaxit at yahoo.com
Wed Oct 25 04:46:47 EDT 2000


"Hwanjo Yu" <hwanjoyu at uiuc.edu> wrote in message
news:EntJ5.5080$l12.80649 at vixen.cso.uiuc.edu...
> Hi,
>
> Is there a distributed object supported for python like CORBA or RMI ?
> If not, isn't there any way of implementing it in python ?

Several Corba ORB's support Python.  At http://www.fnorb.org you'll
find a Corba 2.0 ORB implemented in Python.

http://www.python.org/sigs/do-sig/ is the home of the Python
Distributed Objects special-interest group (SIG).  Several
distributed-object systems have been developed in Python, e.g.
Hector, see:
http://www.python.org/workshops/1996-06/papers/d.arnold/paper.html
and DOPY, see http://www.users.cloud9.net/~proteus/dopy/welcome.html.

Python also supports the new SOAP protocol, see e.g.
http://www.pythonware.com/products/soap/
and can be used productively to integrate it with other
existing protocols such as Corba or COM, see e.g.
http://www.biopython.org/~dalke/lye/


Alex







More information about the Python-list mailing list