Distributed Python

Martin v. Löwis loewis at informatik.hu-berlin.de
Wed Jul 24 09:11:40 EDT 2002


Lars von Wedel <vonWedel at lfpt.rwth-aachen.de> writes:

> Sure, there's many applications using distributed functionality.
> However, you should consider that technologies like CORBA or
> Web Services have similar goals, so check out these before
> duplicating work!
> 
> omniORB (http://omniorb.sourceforge.net) and fnorb (don't know where)
> are CORBA implementations with Python support. For web services in
> Python, have a look at http://pywebsvcs.sourceforge.net/

In addition, a number of Python-specific frameworks for that have been
developed over time as well; one of the oldest of those is Dopy
(http://www.users.cloud9.net/~proteus/dopy/welcome.html).

Regards,
Martin




More information about the Python-list mailing list