Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6934

Re: Multiprocessing.connection magic

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.015
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; '(at': 0.03; 'python': 0.08; 'pm,': 0.10; 'wrote:': 0.14; 'angelico': 0.16; 'australia)': 0.16; 'correlation': 0.16; 'fascinating.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'instances.': 0.16; 'interviewing': 0.16; "that'll": 0.16; 'list?': 0.16; 'interesting.': 0.19; 'header:In-Reply-To:1': 0.21; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; 'fri,': 0.23; "i'm": 0.27; 'message- id:@mail.gmail.com': 0.28; 'bit': 0.30; 'least': 0.30; 'steven': 0.32; 'to:addr:python-list': 0.33; 'list': 0.33; "i'll": 0.34; 'chris': 0.34; 'there': 0.35; "d'aprano": 0.35; 'towards': 0.35; 'open': 0.36; 'supporting': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:: ': 0.38; 'sometimes': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'eyes': 0.66; 'cause': 0.67; "name's": 0.84; 'subject:magic': 0.84; 'subject:skip:M 20': 0.84; 'confusion.': 0.91; 'pet': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=S+fTVu2EUw5/npF8Nbx0Xq6ie+Xa2tAdcRwRUXBbGYU=; b=T1CnD7wtbXJXMort/Z3w+Ef/FCwB+iCk8XooE0G1Akm3LOStBYkzd1Wgb8UZbHYp7v 5xn9mdVUK2lBwdmOHM0Vt5Y8PlS1vyHYn3IuMMLbzF7Pjtvu9f7LBTPnrma2H6G7Zzca DvO1ztA9hci6+EfXpmw63qvRW+7iszIC2nB0Y=
DomainKey-Signature a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lz5aOWdc33vMDYhlNK8aWBSxJb2kWocJvnIjapPWIeqOxH1h1dN9rugRBKeSOiE48f eNMymtItW77alZl+YA+MTvQhPazNVCoEKSLUdv3/dYm7lBww6wx5ZeiGTQDvUWZfJONn vN/9G2Qw4VME1fqGyC9DsJ9W+twzjnRuERYc0=
MIME-Version 1.0
In-Reply-To <4de8a042$0$29996$c3e8da3$5496439d@news.astraweb.com>
References <mailman.2417.1307082948.9059.python-list@python.org> <isa4gj$5cp$1@r03.glglgl.eu> <mailman.2423.1307089610.9059.python-list@python.org> <4de8a042$0$29996$c3e8da3$5496439d@news.astraweb.com>
Date Fri, 3 Jun 2011 20:34:58 +1000
Subject Re: Multiprocessing.connection magic
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2426.1307097378.9059.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 82.94.164.166
X-Trace 1307097379 news.xs4all.nl 49177 [::ffff:82.94.164.166]:59387
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:6934

Show key headers only | View raw


On Fri, Jun 3, 2011 at 6:50 PM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> On Fri, 03 Jun 2011 18:26:47 +1000, Chris Angelico wrote:
>
>> Just how many Chrises are there on this list? I have a pet theory that
>> there's a greater-than-usual correlation between geeks and the name
>> "Chris", and the Python list has provided a number of supporting
>> instances.
>
> My theory is that geeks (at least in Australia) gravitate towards the
> names Matt, or sometimes Ben. So much so that when I'm interviewing a new
> coder, I'll sometimes say "You're name's not Matt? That'll cause a bit of
> confusion. Mind if we call you Matt?"

Interesting. I'll have to keep my eyes open for the Matts and Bens. Fascinating.

Chris Angelico

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Multiprocessing.connection magic Claudiu Popa <cpopa@bitdefender.com> - 2011-06-03 09:28 +0300
  Re: Multiprocessing.connection magic Chris Torek <nospam@torek.net> - 2011-06-03 07:03 +0000
    Re: Multiprocessing.connection magic Chris Angelico <rosuav@gmail.com> - 2011-06-03 17:18 +1000
  Re: Multiprocessing.connection magic Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2011-06-03 10:03 +0200
    Re: Multiprocessing.connection magic Chris Angelico <rosuav@gmail.com> - 2011-06-03 18:26 +1000
      Re: Multiprocessing.connection magic Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-03 08:50 +0000
        Re: Multiprocessing.connection magic Chris Angelico <rosuav@gmail.com> - 2011-06-03 20:34 +1000

csiph-web