Unix Scripting Host
Amardeep Singh
amardeep at tct.hut.fi
Sun Jul 8 10:42:03 EDT 2001
On Sun, 8 Jul 2001, Gerhard Häring wrote:
> My findings currently are:
> - DCOP: client side usage is easy; server-side more difficult; KDE only; can
> use XML-RPC instead because KDE has a DCOP-XMLRPC bridge
> - SOAP/XML-RPC: very easy to use from Python; much encoding/decoding overhead
> - CORBA: very good Python support with omniORBpy; omniORB 4/omniORBpy2 will
> improve performance by taking shortcuts when the C++ and Python code is in
> the same address space (no loopback interface involved)
> - XPCOM: still have to get this to work on my machine, but looks promising; no
> wide language support currently available (only C++/Python)
also add orbit/bonobo to your list
relevant links are
http://orbit-resource.sourceforge.net/ (ORBit)
http://orbit-python.sault.org/ (ORBit-python)
http://cvs.gnome.org/lxr/source/bonobo-python/ (bonobo-python)
http://soapy.sourceforge.net/ (SOAP for python)
>
> Gerhard
>
--
-------------------------------------------------------------
amardeep singh
iit guwahati
iamamardeep at yahoo.com
More information about the Python-list
mailing list