[ANN] Pyro 2.6 available

Irmen de Jong irmen at NOSPAMREMOVETHISxs4all.nl
Tue Apr 16 19:18:41 EDT 2002


You can get the latest Pyro version (2.6) at http://pyro.sourceforge.net

This is mostly a bug-fix release. 
Fixed mobile code (agents), documentation enhancements, 
fixed python-2.2 dependency that had crept in, 
Event Server clients will now correctly terminate,
various other bug fixes.


What is Pyro?
Pyro is an acronym for PYthon Remote Objects. It is a basic Distributed
Object Technology system written entirely in Python.

It is extremely easy to implement a distributed system with Pyro, because
all network communication code is abstracted and hidden from your
application. You just get a remote Python object and invoke methods
on the object on the other machine.

Pyro offers you a Name Server, an Event Service, mobile objects, remote
exceptions, dynamic proxies, remote attribute access, automatic
reconnection, a detailed manual, and many examples to get you started
right away.

Irmen de Jong






More information about the Python-list mailing list