Which multiprocessing methods use shared memory?

Kevin Ar18 kevinar18 at hotmail.com
Tue Jul 27 14:24:07 EDT 2010


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
 		 	   		  
_________________________________________________________________
The New Busy is not the old busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3


More information about the Python-list mailing list