Pyro 3.6 (remote objects)

Irmen de Jong irmen.NOSPAM at xs4all.nl
Tue Mar 20 23:07:33 CET 2007


I'm happy to announce Pyro 3.6 --
Python's own powerful remote method invocation technology!

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

It has many new features and improvements over Pyro 3.5, which was released more than a 
year ago. (Sorry about the glacial update rate)

Most important new stuff:
- python 2.5 compatibility fixes
- multithreading stability fixes
- mobile code race condition fixes
- a few new examples
- various stability improvements and other fixes
- new looks for the manual

The full list is far too long to include here. Please view it online:
http://pyro.sourceforge.net/manual/12-changes.html#latest


Have fun, and thanks for your interest, support, and feedback!

--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-announce-list mailing list