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

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to