Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53804
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <skip.montanaro@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.104 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.81; '*S*': 0.01; 'cc:addr:python-list': 0.11; '(via': 0.16; 'fork': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'paul': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'fixed': 0.29; 'message-id:@mail.gmail.com': 0.30; 'sep': 0.31; 'fri,': 0.33; 'received:google.com': 0.35; 'version': 0.36; 'really': 0.36; 'pm,': 0.38; 'subject: / ': 0.60; 'truly': 0.60; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'further,': 0.74; 'subject:skip:M 10': 0.84; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=NmSKhbSnGqxZTMu11ke/ulCkYx16GRzLg4kthGbQXYI=; b=KFrBFAa71m//1QqO3+MfpN32wHQCAVakRHKZU3Nel6mzf7h8gssViHTaLaRczhJKtG eg50zQxLbs1+BVBNUrr/HGroStXSJ68U9QHTO4Yh05yG0h1wHwD4In8p9CcjOAcywgY+ ociMcMyjHdIwHII76ylZJOUUU/m0Ojv5MD3rk/iJtpFQUJkCTlWxo172J2DCGH0MUeGx VMc3t55ygWaa+cXsTn2toftovMHgw3z4Khwl0HnbrxdYorqRhlm+46cgcJkYZohO7QWW 6Zmi8xDyAnClVy/BYW7TjIjni7+JjbBPug4RZxkconaRM5ey/v7d5q3xHYlIzTlXqMty OpYA== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.155.6 with SMTP id vs6mr1429530veb.32.1378493631676; Fri, 06 Sep 2013 11:53:51 -0700 (PDT) |
| Sender | skip.montanaro@gmail.com |
| In-Reply-To | <eaa938b9-518a-4c79-a252-a60cab696383@googlegroups.com> |
| References | <ca7ea9d1-4dad-4a30-97b2-ad8536a1860b@googlegroups.com> <eaa938b9-518a-4c79-a252-a60cab696383@googlegroups.com> |
| Date | Fri, 6 Sep 2013 13:53:51 -0500 |
| X-Google-Sender-Auth | qbrZkq_I2_7DNK3f7f455ghQgQU |
| Subject | Re: Multiprocessing / threading confusion |
| From | Skip Montanaro <skip@pobox.com> |
| To | Paul Pittlerson <menkomigen6@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | Python <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.133.1378493640.5461.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1378493640 news.xs4all.nl 15977 [2001:888:2000:d::a6]:43316 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:53804 |
Show key headers only | View raw
On Fri, Sep 6, 2013 at 1:27 PM, Paul Pittlerson <menkomigen6@gmail.com> wrote: > Ok here is the fixed and shortened version of my script: Before going any further, I think you need to return to marduk's response and consider if you really and truly need both threads and fork (via multiprocessing). http://www.linuxprogrammingblog.com/threads-and-fork-think-twice-before-using-them Skip
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Multiprocessing / threading confusion Paul Pittlerson <menkomigen6@gmail.com> - 2013-09-05 12:27 -0700
Re: Multiprocessing / threading confusion "marduk@python.net" <marduk@python.net> - 2013-09-05 18:28 -0400
Re: Multiprocessing / threading confusion Paul Pittlerson <menkomigen6@gmail.com> - 2013-09-05 16:34 -0700
Re: Multiprocessing / threading confusion Chris Angelico <rosuav@gmail.com> - 2013-09-06 13:00 +1000
Re: Multiprocessing / threading confusion Chris Angelico <rosuav@gmail.com> - 2013-09-06 08:46 +1000
Re: Multiprocessing / threading confusion Paul Pittlerson <menkomigen6@gmail.com> - 2013-09-05 17:03 -0700
Re: Multiprocessing / threading confusion Piet van Oostrum <piet@vanoostrum.org> - 2013-09-05 23:54 -0400
Re: Multiprocessing / threading confusion Piet van Oostrum <piet@vanoostrum.org> - 2013-09-06 00:28 -0400
Re: Multiprocessing / threading confusion Paul Pittlerson <menkomigen6@gmail.com> - 2013-09-06 11:27 -0700
Re: Multiprocessing / threading confusion Skip Montanaro <skip@pobox.com> - 2013-09-06 13:53 -0500
Re: Multiprocessing / threading confusion Dave Angel <davea@davea.name> - 2013-09-06 20:34 +0000
Re: Multiprocessing / threading confusion Piet van Oostrum <piet@vanoostrum.org> - 2013-09-06 17:15 -0400
csiph-web