I'd like to use python's multiprocessing module to utilize a multi-core Linux server.
I need all processes to have read/write access to the same shared memory.
Instead of using a list or a queue, is it possible to have a multi-dimentional numpy array as the shared object?