Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #17796
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news-transit.tcx.org.uk!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bahamutzero8825@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; 'cpython': 0.05; 'python': 0.08; 'run.': 0.09; 'snippets': 0.09; 'am,': 0.12; 'received:209.85.214.174': 0.13; 'python;': 0.16; 'linux': 0.17; 'wrote:': 0.18; 'assume': 0.22; 'asked': 0.22; 'header:In-Reply- To:1': 0.22; 'versions': 0.23; 'module,': 0.23; 'code': 0.25; 'module': 0.26; 'windows': 0.26; 'received:192.168.1.3': 0.30; "didn't": 0.31; 'version': 0.32; 'received:209.85.214': 0.32; 'message-id:@gmail.com': 0.33; 'header:User-Agent:1': 0.33; 'actually': 0.33; 'that,': 0.33; 'to:addr:python-list': 0.34; 'someone': 0.34; 'see,': 0.34; 'help,': 0.35; 'explain': 0.36; 'subject:with': 0.36; 'but': 0.37; 'run': 0.37; 'received:192': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'clearly': 0.39; "it's": 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'might': 0.40; 'received:192.168': 0.40; 'website': 0.65; 'designed': 0.69; 'teach': 0.70 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=vNKECYjpuP8cCYej2iU+dPh+ZzXC505cSMT2cPZlL+A=; b=csczUMTZEdFTsd/iY3OGcdhwd5pLzkf+dx00/OK9Lt3zyqDGfv8+eqBPr/d7gZAzY/ XVyRAmCmMBjvIODgRFR5nTkjB4fojxOXbOjAE/4WcWGNRHNor38rg28L2iAMuyg1WVQY hvtuN9czsocmOcxYjEo1fq3OZ3keyU/TYqhEk= |
| Date | Fri, 23 Dec 2011 06:27:12 -0600 |
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111220 Thunderbird/9.0 |
| MIME-Version | 1.0 |
| To | "comp.lang.python" <python-list@python.org> |
| Subject | Re: IPC with multiprocessing.connection |
| References | <mailman.3993.1324585661.27778.python-list@python.org> <c13ec164-f24f-476f-8a34-44491b6ad61e@p42g2000vbt.googlegroups.com> |
| In-Reply-To | <c13ec164-f24f-476f-8a34-44491b6ad61e@p42g2000vbt.googlegroups.com> |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| 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.4027.1324643243.27778.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1324643243 news.xs4all.nl 6878 [2001:888:2000:d::a6]:47672 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:17796 |
Show key headers only | View raw
On 12/23/2011 5:50 AM, bobicanprogram wrote: > You might want to check out the code samples at: > http://www.icanprogram.com/06py/lesson1/lesson1.html Let's see, I asked about a method in the multiprocessing module, and you recommend code snippets that run on Python versions that don't even have the module and that assume Linux when I state in my email signature the version of /Windows/ that I run. On top of all that, it's not even designed to teach Python; it's designed to explain how to use that library! I honestly don't mind someone pushing their website if it actually might help, but you clearly didn't read my post. -- CPython 3.2.2 | Windows NT 6.1.7601.17640
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
IPC with multiprocessing.connection Andrew Berg <bahamutzero8825@gmail.com> - 2011-12-22 14:27 -0600
Re: IPC with multiprocessing.connection bobicanprogram <icanbob@gmail.com> - 2011-12-23 03:50 -0800
Re: IPC with multiprocessing.connection Andrew Berg <bahamutzero8825@gmail.com> - 2011-12-23 06:27 -0600
csiph-web