Pyro 4.6 released.

Irmen de Jong irmen.NOSPAM at xs4all.nl
Wed Jun 1 19:59:11 CEST 2011


Hi,

Pyro 4.6 has been released.

Pyro stands for PYthon Remote Objects. It is an advanced and powerful Distributed Object
Technology system written entirely in Python, that is designed to be very easy to use.

A couple of highlights for this release:
Added batch call feature to greatly speed up many calls on the same proxy. Pyro can do
180,000 calls/sec or more with this.
Fixed handling of connection fail in handshake.
A couple of python3 fixes related to the hmac key.
More unit test coverage.

Download it from Pypi: http://pypi.python.org/pypi/Pyro4/
Detailed info here:    http://www.razorvine.net/projects/Pyro/


For the next 4.x release I'm planning to finally start working on a new manual for Pyro
4. Until then, the examples that come with it are probably the best place to look,
together with the Pyro 3 manual + the migration-to-pyro4 page. And the Pyro4 source code
itself ofcourse! :-)

Enjoy,
Irmen de Jong



More information about the Python-announce-list mailing list