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: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'received:verizon.net': 0.07; 'terry': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'url:%28': 0.09; 'url:%29': 0.09; 'reedy': 0.16; 'sequential': 0.16; 'threading': 0.16; 'wrote:': 0.16; 'jan': 0.19; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'pm,': 0.24; 'stack': 0.24; 'do,': 0.25; 'url:wiki': 0.25; 'module': 0.30; 'does': 0.32; 'to:addr:python-list': 0.33; 'header :User-Agent:1': 0.34; 'header:X-Complaints-To:1': 0.35; 'thread': 0.37; 'received:org': 0.38; 'george': 0.38; 'url:org': 0.38; 'subject:: ': 0.39; 'url:en': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'url:%1': 0.67; 'url:secure': 0.73; 'execution.': 0.84; 'url:wikimedia': 0.84; 'pc.': 0.96 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python thread Date: Thu, 01 Sep 2011 19:02:17 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 In-Reply-To: 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: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1314918201 news.xs4all.nl 2554 [2001:888:2000:d::a6]:53009 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12591 On 9/1/2011 6:08 PM, George wrote: > So what exactly does threading module do, if it doesn't create a subprocess. > Does each thread have its own stack and PC. > What advantage would a threading module provide over sequential execution. https://secure.wikimedia.org/wikipedia/en/wiki/Thread_%28computer_science%29 -- Terry Jan Reedy