ANN: Pyro 3.4 beta (remote objects)

Irmen de Jong irmen at -nospam-remove-this-xs4all.nl
Mon May 10 16:50:29 EDT 2004


After 9 months since the previous stable release (3.3), finally
it's time to announce the beta release of the next Pyro version!

You can get Pyro 3.4 beta via http://pyro.sourceforge.net, then go
to the SF project homepage download area.

Pyro 3.4 will mainly be a "polished and tweaked" version. Not many
new features are added, but many things have been improved.
Please download it, and test it, and let me know what you think.


Pyro 3.4 final will be released within a week or two.
Have fun!

--Irmen de Jong


---> What is Pyro?
Pyro is an acronym for PYthon Remote Objects. Pyro is an advanced and
powerful Distributed Object Technology system written entirely in Python,
that is designed to be very easy to use.

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.



More information about the Python-list mailing list