I want to store a list in RAM and want to access it from different python modules. is there an option of storing the data in the RAM where you connect to memory and /or get back the address etc
RAM access.
Collapse
X
-
Tags: None
-
I am not overly familiar with python but I believe you should look for a method to share memory. I also believe that methods for sharing memory are kernel dependent (that means that it will change from OS to OS and possibly between different versions of the same OS).
Look up python+shared memory in google and you should be on your way to an answer. (I did the search but am not sure what will help you so you should take a look at the results yourself).
EdwardComment
Comment