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


Groups > comp.lang.python > #28566 > unrolled thread

Re: Looking for an IPC solution

Started byGelonida N <gelonida@gmail.com>
First post2012-09-06 11:59 +0200
Last post2012-09-06 11:59 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#28566 — Re: Looking for an IPC solution

FromGelonida N <gelonida@gmail.com>
Date2012-09-06 11:59 +0200
SubjectRe: Looking for an IPC solution
Message-ID<mailman.284.1346925596.27098.python-list@python.org>
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.





[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web