Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'postgres': 0.09; 'cc:addr :python-list': 0.11; 'thread': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'non-blocking': 0.16; 'sure.': 0.16; 'wrote:': 0.18; 'library': 0.18; 'server,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'larry': 0.31; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'in.': 0.36; 'oracle': 0.36; 'server': 0.38; 'rather': 0.38; 'monitoring': 0.61; 'more': 0.64; 'jul': 0.74; '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=SEgPVTGLT4uAhremtVVJFHwpMV84t/Od9mqKsLdnDF0=; b=VYT6ZryYFBstTtimM9EN4xkv6jkvbIuIdhgQJ9Owli//eXZd4TDzzf05mzabx4FgYU TZpAZh1wiQOIe+RIxpHiTwIrHtjtoGWs2n4NKhR2CJ+eM1ufCnSQoANeVa4xr1pRGNo1 2Piq9UCCSr7z2/9cjF04ZjXogiamZlVIgsG9gbfjHcSv7TBKaw4HleNKhi43f/yhLK3j PhZJh5M+6urTQIZZt27gYprD5EcGYj8M3z4rHER5t9O4MAr9/4d69UK+c04lhSduo693 GVMTHIwBU9YI2AAWXq1B/EFq3aC7duWBtsPFUBOasX4oR/2uLMr96waToPZHwPmxG8oE 0UZw== MIME-Version: 1.0 X-Received: by 10.52.119.179 with SMTP id kv19mr35282131vdb.3.1405621299113; Thu, 17 Jul 2014 11:21:39 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Jul 2014 04:21:39 +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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405621301 news.xs4all.nl 2935 [2001:888:2000:d::a6]:49224 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74666 On Fri, Jul 18, 2014 at 4:19 AM, Larry Martell wrote: > I do not think Oracle support async or non-blocking queries as > Postgres does. But what I think I can do is not call join(), and just > start monitoring the server when I kick off the thread with the mail > sql it in. It's more what the client library supports, rather than the server, but sure. If it doesn't do async queries, that settles it. ChrisA