Q: python and distributed object like CORBA

Duncan Grisby dgrisby at uk.research.att.com
Wed Oct 25 05:48:09 EDT 2000


In article <EntJ5.5080$l12.80649 at vixen.cso.uiuc.edu>,
 Hwanjo Yu <hwanjoyu at uiuc.edu> wrote:

>Is there a distributed object supported for python like CORBA or RMI ?

Many. There are several CORBA implementations:

  omniORBpy:    http://www.omniorb.org/omniORBpy/
  Fnorb:        http://www.fnorb.com/
  ILU:          ftp://ftp.parc.xerox.com/pub/ilu/ilu.html
  orbit-python: http://projects.sault.org/orbit-python/

I can't comment on which is best, since I wrote omniORBpy.

There are also two Python-specific systems, which are more like RMI:

  DOPY: http://www.users.cloud9.net/~proteus/dopy/welcome.html
  Pyro: http://www.xs4all.nl/~irmen/ap/pyro.html


Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --



More information about the Python-list mailing list