ANN: Pyro 3.7 (remote objects)

I

Irmen de Jong

I'm happy to announce Pyro 3.7 --
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.

This is a small improvement release since Pyro 3.6.

New stuff:
- bdist_rpm typo fix in setup.cfg
- renamed all batch files with 'pyro-' prefix to avoid name clashes
(debian package already had this)
- NS broadcast retries are a bit faster now
- Pyro.core.SynchronizedObjBase now correctly handles string exceptions
- the NS nt service won't respond to shutdown requests anymore
- wxnsc updated to recent WxPython API, deprecation warning is gone

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top