This might be a question for the Python user's group but I wanted to get a broader response.<br><br>I've used the "shmop" set of functions to write shared memory support into my applications - does anyone know of something that works better and can be "sandboxed" perhaps in some way - or shared memory that can be run under "namespaces".<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>