Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] Pyro 2.4 available

1 view
Skip to first unread message

Irmen de Jong

unread,
Jan 24, 2002, 4:32:47 PM1/24/02
to
You can get the latest Pyro version (2.4) at http://pyro.sourceforge.net

What's new:
Event server fixes, including new example
Bug fixes in core and examples
Oneway method call, including callback example
Preliminary Jython compatibility (client-only).
Documentation updates.

What is Pyro?
Pyro is an acronym for PYthon Remote Objects. It is a basic Distributed
Object Technology system written entirely in Python.

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 detailed manual, and many examples to get you started
right away.

Irmen de Jong

0 new messages