ANN: Pyro 3.2 beta released

Irmen de Jong irmen at -NOSPAM-REMOVE-THIS-xs4all.nl
Thu Mar 13 20:25:04 EST 2003


I'm glad to announce the bleeding edge version 3.2 beta of Pyro.
You can get it via http://pyro.sourceforge.net, then go
to the SF project homepage download area.

This is a beta release. The final 3.2 version will be out soon
but I'd like some more feedback on the current state of affairs.

Major new feature since 3.1 is 2-way mobile code support.
(client-->server and server-->client).
Various bugs have been fixed, and also windows NT services
and Unix daemons for the Name and Event server have been added.

The full change list is in the manual as always.

~~~~
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 very good and detailed manual, and many examples to get
you started right away.
~~~

Have fun!
Irmen de Jong.
irmen (at) users.sourceforge.net





More information about the Python-list mailing list