Python:SharedArray
This 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.
See also
- Shared Memory
- Python
- Python:mmap: Python의 Memory Map을 사용한 IPC