This might be a question for the Python user&#39;s group but I wanted to get a broader response.<br><br>I&#39;ve used the &quot;shmop&quot; set of functions to write shared memory support into my applications - does anyone know of something that works better and can be &quot;sandboxed&quot; perhaps in some way - or shared memory that can be run under &quot;namespaces&quot;.<br>
<br>I know there are several other shared memory programs out there - just wanted to know if anyone has any experience or can make suggestions.<br>(access by literal key would be preferred to storing memory offsets/pointers)<br>
<br>Thanks in Advance.... <br><br>P.S. - Must run on linux! :)<br>