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


Groups > comp.lang.python > #28566

Re: Looking for an IPC solution

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; '(at': 0.03; 'closest': 0.09; 'fork': 0.09; 'mem': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sockets': 0.09; 'antoine': 0.16; 'module?': 0.16; 'pitrou': 0.16; 'processes.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.17; 'section.': 0.17; 'memory': 0.18; '(or': 0.18; 'module': 0.19; 'ctypes': 0.22; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'structures': 0.27; 'header:X-Complaints-To:1': 0.28; 'pickle': 0.29; 'writes:': 0.29; 'probably': 0.29; 'point': 0.31; 'url:python': 0.32; 'could': 0.32; 'to:addr:python-list': 0.33; 'pm,': 0.35; 'remote': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'url:library': 0.36; 'does': 0.37; 'uses': 0.37; 'communicate': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'supports': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'skip:u 10': 0.60; 'most': 0.61; 'kind': 0.61; 'between': 0.63; 'nagy': 0.84; 'windows)': 0.84; 'processes,': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Gelonida N <gelonida@gmail.com>
Subject Re: Looking for an IPC solution
Date Thu, 06 Sep 2012 11:59:35 +0200
References <50410AD6.7080003@shopzeus.com> <loom.20120831T230411-646@post.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host unicorn.dungeon.de
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0
In-Reply-To <loom.20120831T230411-646@post.gmane.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 <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.284.1346925596.27098.python-list@python.org> (permalink)
Lines 30
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1346925596 news.xs4all.nl 6969 [2001:888:2000:d::a6]:42351
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:28566

Show key headers only | View raw


On 08/31/2012 11:05 PM, Antoine Pitrou wrote:
> Laszlo Nagy <gandalf <at> shopzeus.com> writes:
>
>>
>
> How about the standard multiprocessing module? It supports shared memory, remote
> processes, and will most probably work under PyPy:
> http://docs.python.org/library/multiprocessing.html

I always thought, that the multiprocessing module does NOT use shared 
memory (at least not under windows)

My understanding was, that it forks (or whateveri is closest to fork 
under windows) and uses sockets and pickle to communicate between the 
processes.

I would be very interested in a cross platform shared mem solution for 
Python.

The intention would be to excahnge mutexes and ctypes kind of data 
structures


Could you please point me to the right section.





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


Thread

Re: Looking for an IPC solution Gelonida N <gelonida@gmail.com> - 2012-09-06 11:59 +0200

csiph-web