Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.061 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.01; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:non': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'library': 0.18; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'then.': 0.30; 'message-id:@mail.gmail.com': 0.30; "can't": 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'pm,': 0.38; 'lost': 0.61; 'mentioned': 0.61; '2015': 0.84; 'subject:skip:S 20': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=cUS/68eFxjliTQFOYgYynuNJMv+l72XLJuKid+nB2zk=; b=zI8P6KuZwq0+LOrg5PZhkW9Wfm+Vu9Ihc6zKYkxspp8QuiEIJWdBKK8sOoPQpk/cLZ Nwl4vldMMRG19J1BWvItV1KCVsDtGd9xgh10S16jAO4siBA4pzouHQgNPQtg7+mfr9GB pMjBzlylbsuucJvdT+V6IiTs6LOXONmKwTz5BixjLbg71IxItPLgo5rNFDGP7ed78iyF 24bQ785Lafs9RKIIY1kDXgOz3aL/VmWbQwFp+YrOMezDjWxmj/vpIwfbZdUeFhPiHpRF 6EBiQg9XH727uT7vas5KWJ9PmYdkNcCKsWVaLqeS5BXLGyiE4Mq4PKCJavnwUb6YGSF1 4i5A== MIME-Version: 1.0 X-Received: by 10.107.158.146 with SMTP id h140mr27242757ioe.27.1422960889517; Tue, 03 Feb 2015 02:54:49 -0800 (PST) In-Reply-To: References: <47031e69-e94d-4257-8c7d-e7c00a543634@googlegroups.com> <874mr3ibve.fsf@elektro.pacujo.net> Date: Tue, 3 Feb 2015 21:54:49 +1100 Subject: Re: How to write a non blocking SimpleHTTPRequestHandler ? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422960897 news.xs4all.nl 2839 [2001:888:2000:d::a6]:33025 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85132 On Tue, Feb 3, 2015 at 9:47 PM, Yassine Chaouche wrote: > On Tuesday, February 3, 2015 at 10:27:11 AM UTC+1, Marko Rauhamaa wrote: >> The standard library and nonblocking can't be used in the same sentence. > > Thanks Marko. It's a lost cause then. You trimmed out the part where he mentioned asyncio. :) ChrisA