Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'level,': 0.07; 'referring': 0.07; 'sentence': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sure.': 0.16; 'wrote:': 0.18; 'library': 0.18; 'trying': 0.19; 'server,': 0.19; 'hack': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'that.': 0.31; 'fri,': 0.33; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'in.': 0.36; 'server': 0.38; 'rather': 0.38; 'little': 0.38; 'skip:n 10': 0.64; 'more': 0.64; 'worth': 0.66; 'jul': 0.74; 'mean.': 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=A3Ut6ZhlrD2fsuQkWCBrPFw9WTS8G7FsYvpSQE+bx04=; b=s/YlDwF+sRdicyJxb3BA+jpe5mzqpv181H7IIoXklwVQHTvg6k0Z2m3cITRmLJ8cAq XHr28nv9MJwsEssPpOZJPoZqIQZqZBDizn+el9JW1PrOxN4lnYKtekEWg0wL1BcZ+EPO jZmXjZZS7SyzOQIKBT1GUQBD/rGKsmEDAf2BEW2cJArcW/fiPHk/H7Dr+ErvXPeGBONi FuAKrWSpD9yhi5wsOwDlcIp7j0GWFMGdi3pIo47t6gUz5y9rdsl7/oL8zuUqO/pW9Slu MPiDYF2OJv6NgN16+dzIYNr1m98KLSoRBYAm4FRUsQ0Ul6YwYlKJAM7ysxo7RCD5+cJQ BnLg== MIME-Version: 1.0 X-Received: by 10.220.164.198 with SMTP id f6mr21204611vcy.51.1405623676120; Thu, 17 Jul 2014 12:01:16 -0700 (PDT) In-Reply-To: <87d2d3251r.fsf@elektro.pacujo.net> References: <87d2d3251r.fsf@elektro.pacujo.net> Date: Fri, 18 Jul 2014 05:01:16 +1000 Subject: Re: Blocked thread 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405623679 news.xs4all.nl 2880 [2001:888:2000:d::a6]:57594 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74677 On Fri, Jul 18, 2014 at 4:50 AM, Marko Rauhamaa wrote: > Chris Angelico : > >> It's more what the client library supports, rather than the server, >> but sure. If it doesn't do async queries, that settles it. > > The server can't control that. At the networking/OS level, it's all > asynchronous. That's what I mean. But if your client library doesn't support async queries, it's not worth trying to hack it in. The "it" in the second sentence was referring to "client library", not "server", though I admit the grammar was a little unclear. ChrisA