Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Which multiprocessing methods use shared memory?

Reply
Thread Tools

Which multiprocessing methods use shared memory?

 
 
Kevin Ar18
Guest
Posts: n/a
 
      07-27-2010

I'm not sure my previous message went through (I wasn't subscribe), so I'm gonna try again.

The multiprocessing module has 4 methods for sharing data between processes:
Queues
Pipes
Shared Memory Map
Server Process

Which of these use shared memory?

I understand that the 3rd (Shared Memory Map) does, but what about Queues?

Thanks,
Kevin

__________________________________________________ _______________
Hotmail is redefining busy with tools for the New Busy. Get more from your inbox.
http://www.windowslive.com/campaign/...M_HMP:042010_2
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which multiprocessing methods use shared memory? Kevin Ar18 Python 0 07-27-2010 06:24 PM
Re: remote multiprocessing, shared object Kushal Kumaran Python 1 04-08-2010 06:20 AM
a huge shared read-only data in parallel accesses -- How?multithreading? multiprocessing? Valery Python 9 01-07-2010 10:18 PM
Multiprocessing.Array bug / shared numpy array Felix Python 1 10-08-2009 09:02 PM
Shared Public Variables and Shared Methods Joe Fallon ASP .Net 3 07-16-2004 07:11 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57