ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-list
python-list
ANN: Pyro 3.3 beta
by Irmen de Jong other posts by this author
Jul 2 2003 2:15PM messages near this date
Re: getting a submatrix of all true | how to pass a file descriptor in a swig module
I'm glad to announce the latest version of Python's own powerful
remote method invocation technology -- Pyro 3.3 beta!

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

It is a beta version of the next Pyro release (3.3) and contains
lots of interesting new features and improvements.
See the change log at:
   http://pyro.sourceforge.net/pyro-manual/12-changes.html#latest

Most important new features:
- paired (fail-over) name server, fully automatic resyncing
- better remote tracebacks
- new style (PEP/python 2.3) logging
- meta info for Name server objects

Please test it as you wish, and tell me what you think of it!

As always, thanks for your support and interest in Pyro.


--->  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.

Have fun!
--Irmen de Jong.

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved