Sharing Data using Shared Memory | Parallel Programming in Python (Part-5)

preview_player
Показать описание
Parallel Programming in Python (Part-5)

Learn the concept of sharing data between processes using Array and Value objects in shared memory in Python.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#python #multiprocessing #sharing
Рекомендации по теме
Комментарии
Автор

Very good way of explaining. Most of the examples start of with complicated amount of variables to share, making it difficult to understand the basic concept . This video explains that in a real step form. Good one.

sureshk
Автор

Somehow I cant get this to work (copied from github). On Python Console I get error message 'Attribute Error: 'module' object has not atribute 'square_list' ',
and on Spyder IDE it prints
Result(in main program): [0, 0, 0, 0]
Sum of squares(in main program): 0
Any ideas how to solve?

GoHeroGermany
welcome to shbcf.ru