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


Groups > comp.lang.python > #17783

Re: IPC with multiprocessing.connection

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!newsfeed6.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.020
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'cpython': 0.05; 'python': 0.08; 'spawn': 0.09; 'am,': 0.12; 'received:209.85.214.174': 0.13; "doesn't.": 0.16; 'socket.': 0.16; 'wrote:': 0.18; 'written': 0.20; 'header:In-Reply-To:1': 0.22; 'windows': 0.26; "i'm": 0.26; 'porting': 0.30; 'familiar': 0.32; 'received:209.85.214': 0.32; 'message-id:@gmail.com': 0.33; 'header:User-Agent:1': 0.33; 'named': 0.33; 'there': 0.33; 'to:addr:python-list': 0.34; 'connection': 0.36; 'subject:with': 0.36; 'received:192': 0.37; 'received:google.com': 0.37; 'enough': 0.38; 'received:209.85': 0.38; "it's": 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'received:192.168': 0.40; 'communicate': 0.40; 'you.': 0.63; 'url:2011': 0.74
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=wgGiH4/eKwHj3yfYhfAjS3Jol0eSF8NY6H2pKz+pt5U=; b=jg0d9TsOEjgrRkYZp8dJDbsl49m4TQhPxDcjdqde8XEW0kT4Am/7RH0Jav7/6AVEt7 Wv23gfXTDTneEQIglo/pl2QiyA11FpaihG9V1CxxYdzx5nplrvJ4s4GOib4s4iDMl9qF 3XkLv7Z363NMlcG2kDUHQOeS9OjTpaPgOoOQ4=
Date Fri, 23 Dec 2011 02:46:51 -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 <4EF392B3.2050005@gmail.com> <CAHha-twY1uYZQg2FQDZL86k5djz8_59YzXyvRY51HvC7VjtDoA@mail.gmail.com>
In-Reply-To <CAHha-twY1uYZQg2FQDZL86k5djz8_59YzXyvRY51HvC7VjtDoA@mail.gmail.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.4022.1324630036.27778.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1324630036 news.xs4all.nl 6976 [2001:888:2000:d::a6]:48939
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:17783

Show key headers only | View raw


On 12/23/2011 2:32 AM, Deepak Babu wrote:
> See if http://www.rsdcbabu.com/2011/02/multiprocessing-with-python.htmlhelps
> you.
It doesn't. There is not even a mention of the connection submodule 
(plus it's Python 2, and I'm familiar enough with Python 2 to do a good 
job of porting to py3k). I don't even want to spawn new processes with 
the multiprocessing module; I want processes which may not even be 
written in Python to communicate over a named pipe or Unix domain socket.

-- 
CPython 3.2.2 | Windows NT 6.1.7601.17640

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


Thread

Re: IPC with multiprocessing.connection Andrew Berg <bahamutzero8825@gmail.com> - 2011-12-23 02:46 -0600

csiph-web