Distributed Python

Maciej Sobczak maciej at maciejsobczak.com
Wed Jul 24 10:15:40 EDT 2002


Hi,

"Jay O'Connor" <joconnor at cybermesa.com> wrote in message
news:20020724.064941.722308542.1589 at cybermesa.com...
> A while back, as part of a code sample I submitted for a job, I developed
> a basic framework for distributed Python.  This is a tool that allows one
> Python application to communicate with another, whether on the same
> machine or on remote machine(s)
>
> Being that it was just a sample, I never fully fleshed it out.  I've been
> contemplating developing it further but first I was wondering if such a
> tool would be of interest to anyone else

In addition to CORBA, you can also check out:

http://www.maciejsobczak.com/prog/yami/

You can also go directly to the Python section:
http://www.maciejsobczak.com/prog/yami/impl/index.html#python

The advantage of this infrastructure is that it is really light.
It allows you to write distributed apps not only in Python, but also in C,
C++ and Tcl.

Cheers,

--
Maciej Sobczak
http://www.maciejsobczak.com/






More information about the Python-list mailing list