SharedArray python/numpy extension
copied from cf-staging / sharedarrayThis is a simple python extension that lets you share numpy arrays with other processes on the same computer. It uses either shared files or POSIX shared memory as data stores and therefore should work on most operating systems.