Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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: UNSURE 0.241 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.61; '*S*': 0.09; 'pycon': 0.03; 'subject:GIL': 0.16; 'url:blip': 0.16; 'subject:Questions': 0.19; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'header:In-Reply- To:1': 0.22; 'cc:addr:python-list': 0.22; 'received:209.85.213': 0.23; 'cc:addr:python.org': 0.31; 'things': 0.33; 'uses': 0.34; 'header:User-Agent:1': 0.35; 'session': 0.36; 'received:209.85': 0.37; 'subject:web': 0.38; 'received:google.com': 0.38; 'but': 0.38; 'received:209': 0.39; 'happened': 0.40; '2011': 0.62; 'subject:about': 0.66; 'to:addr:googlegroups.com': 0.69; 'today': 0.70; 'reply-to:no real name:2**0': 0.72; 'header:Reply-To:1': 0.72; 'reply-to:addr:googlegroups.com': 0.93; 'subject:services': 0.93; 'informative.': 0.95 Newsgroups: comp.lang.python Date: Mon, 18 Apr 2011 19:04:32 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.90.144.90; posting-account=CoDuwQoAAAAiiV4SeT7lZMC-KTckvLyt User-Agent: G2/1.0 MIME-Version: 1.0 Subject: Re: Questions about GIL and web services from a n00b From: Hank Fay To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Tue, 19 Apr 2011 09:26:18 +0200 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: comp.lang.python@googlegroups.com 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: 82.94.164.166 X-Trace: 1303197980 news.xs4all.nl 81473 [::ffff:82.94.164.166]:40232 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3548 Today I just happened to watch this session from PyCon 2011 on gevent and gunicorn: http://blip.tv/file/4883016 gevent uses greenlet, fwiw. I found it informative, but then I find most things informative. H