Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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; 'cpython': 0.05; 'subject:Python': 0.06; 'plenty': 0.07; 'specific.': 0.09; 'python': 0.11; 'windows': 0.15; 'concurrent': 0.16; 'subject:threads': 0.16; 'wrote:': 0.18; 'module': 0.19; 'header :User-Agent:1': 0.23; 'daniel': 0.26; 'tutorials': 0.26; 'header :In-Reply-To:1': 0.27; 'url:python': 0.33; 'something': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'library.': 0.36; 'url:org': 0.36; 'implement': 0.38; 'message-id:@gmail.com': 0.38; 'url:library': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'url:3': 0.61; "you're": 0.61; '9.1': 0.84; 'freebsd': 0.84; 'subject:know': 0.84; 'subject:want': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=qsqcZouGYpQ9B3scPr2q4W+W4npyZPAnK35HfhmPFMc=; b=AXJUsJa7B1QkZuQYy+DMGuIVRw0VxlFKitbcyeW1V8DV+qtojUf9w6BnSaenozjvVJ FBUs9R4hKtfXp/6Eyt9pfIi83hHGlr7P9xLQ8fUf9Fzy5v3xQMfRCYZx2XxkqG6RT2Af bQycnPJEKV4BRY9YuyT1cz9tUjZbjODNl/xMRGU+iZEgL1rmYCevrSs8D9GVhi/bDuT4 xbvZKdVBs1xLKv1vIC0TZWrncSYmBc4jtRAuu9cL4hKIkRqWvfvYJs4ZGsZS/xScVOVf xSEnufJ+Pm8GmTRLHK+lbdALRpp+2LZ99QqkzSRUBMGeUx7m4KSBVj7Q/wka2rJX9tlU z3kQ== X-Received: by 10.50.22.4 with SMTP id z4mr3600181ige.61.1369602655542; Sun, 26 May 2013 14:10:55 -0700 (PDT) Date: Sun, 26 May 2013 16:10:51 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: "comp.lang.python" Subject: Re: I want to know how to implement concurrent threads in Python References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369602662 news.xs4all.nl 15898 [2001:888:2000:d::a6]:51094 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46123 On 2013.05.26 14:10, Daniel Gagliardi wrote: > I want to know how to implement concurrent threads in Python With the threading module in the standard library. http://docs.python.org/3.3/library/threading.html There are plenty of tutorials on this out there; we'll be happy to help if you're stuck on something specific. -- CPython 3.3.2 | Windows NT 6.2.9200 / FreeBSD 9.1