Which multiprocessing methods use shared memory?

Kevin Ar18 kevinar18 at hotmail.com
Tue Jul 27 15:12:02 EDT 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/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2


More information about the Python-list mailing list