ANN: Pyro 3.2 released

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Wed Apr 23 15:25:48 EDT 2003


I'm glad to announce the latest version of Python's own powerful
remote method invocation technology -- Pyro 3.2!

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

Most important new stuff since 3.1:
* 2-way mobile code
* Customizable authentication mechanism
* Windows NT Services, Unix Daemons
* The regular buch of bug fixes
* Documentation updates and clarifications
* As usual the complete change history can be found in the manual.


---> 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.

Have fun!
--Irmen de Jong.





More information about the Python-list mailing list