data-oriented-pyglet icon indicating copy to clipboard operation
data-oriented-pyglet copied to clipboard

Shared memory component (multiprocessing)

Open Permafacture opened this issue 9 years ago • 0 comments

Numpy arrays can be shared in memory between processes (ie, mutiprocessing). Make a Component subclass that uses a mmap buffer, and ca communicate its name, size and locked status between processes.

(I have an example of doing this with an older version. need to integrate it and make it easier to use).

Permafacture avatar Oct 02 '16 00:10 Permafacture