[SciPy-user] shared memory machines

Sturla Molden sturla at molden.no
Fri Feb 6 16:22:53 EST 2009


Ok, so this is approximately what I had in mind for Windows. It is a 
named mutex and shared memory that is pickled by name (given that I read 
the Python manuals on pickling extension objects correctly...)

It still lacks an ndarray subclass that is pickled without making a copy 
of the buffer, and also a malloc similar to multiprocessing.

And similar Cython code has to be written for posix...

But this is a start. If anyone feel like contributing, please do.

S.M.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: sharedmemory_win.pyx
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20090206/0872a855/attachment.ksh>


More information about the SciPy-User mailing list