Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.058 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'to:addr:comp.lang.python': 0.09; 'asynchat': 0.16; 'cc:addr:python-list': 0.16; 'cc:no real name:2**0': 0.21; 'archives': 0.21; 'header:In-Reply-To:1': 0.22; 'cc:addr:gmail.com': 0.28; 'far.': 0.29; 'example': 0.29; 'problem': 0.29; 'cc:addr:python.org': 0.29; 'header:User- Agent:1': 0.33; 'fundamental': 0.34; 'maintains': 0.34; 'cc:2**1': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'python-dev': 0.84 Received-SPF: pass (google.com: domain of richardbp@gmail.com designates 10.68.240.6 as permitted sender) client-ip=10.68.240.6; Authentication-Results: mr.google.com; spf=pass (google.com: domain of richardbp@gmail.com designates 10.68.240.6 as permitted sender) smtp.mail=richardbp@gmail.com Newsgroups: comp.lang.python Date: Thu, 23 Feb 2012 17:10:25 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=60.240.242.164; posting-account=2IMPhgoAAADBVBX9EhnSwQd79l-9tJ7H References: <33089103.45.1329980290357.JavaMail.geo-discussion-forums@pbne2> User-Agent: G2/1.0 X-Google-Web-Client: true MIME-Version: 1.0 Subject: Re: asynchronous downloading From: Plumo To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org, Plumo X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 3 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330045834 news.xs4all.nl 6953 [2001:888:2000:d::a6]:39334 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20772 that example is excellent - best use of asynchat I have seen so far. I read through the python-dev archives and found the fundamental problem is no one maintains asnycore / asynchat.