Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'fixes': 0.05; ':-)': 0.06; 'python': 0.08; 'url:pypi': 0.08; 'examples': 0.12; 'written': 0.14; '4.x': 0.16; 'from:addr:xs4all.nl': 0.16; 'handshake.': 0.16; 'received:194.109': 0.16; 'received:eu': 0.16; 'received:news': 0.16; 'received:xs4all.nl': 0.16; 'released.': 0.16; 'key.': 0.23; 'release:': 0.23; 'code': 0.24; 'object': 0.26; 'fixed': 0.27; "i'm": 0.27; 'remote': 0.28; 'charset:iso-8859-15': 0.30; 'coverage.': 0.30; 'enjoy,': 0.30; 'objects.': 0.30; 'url:projects': 0.30; 'hi,': 0.31; 'this.': 0.31; 'header:X-Complaints-To:1': 0.32; 'greatly': 0.33; 'handling': 0.33; 'page.': 0.33; 'source': 0.34; 'fail': 0.34; 'header:User-Agent:1': 0.35; 'stands': 0.35; 'couple': 0.35; 'test': 0.35; 'probably': 0.36; 'connection': 0.37; 'url:python': 0.38; 'planning': 0.38; 'url:org': 0.38; 'highlights': 0.38; 'entirely': 0.40; 'feature': 0.40; 'more': 0.60; 'best': 0.60; 'here:': 0.62; 'url:net': 0.63; 'designed': 0.65; 'batch': 0.68; 'to:addr:moderators.isc.org': 0.73; 'look,': 0.84 To: comp-lang-python-announce@moderators.isc.org Date: Wed, 01 Jun 2011 19:59:11 +0200 From: Irmen de Jong User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 Newsgroups: comp.lang.python.announce Subject: Pyro 4.6 released. Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 02 Jun 2011 15:47:36 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Message-ID: Lines: 26 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307022458 news.xs4all.nl 49048 [::ffff:82.94.164.166]:42871 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:166 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