[Python-ideas] Adding shm_open to mmap?

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Feb 19 00:56:35 CET 2012


shibturn wrote:

> If the receiving process is expecting an fd then that certainly works. 
> But making it work transparently with pickle is difficult. 

Is making it work with pickle a requirement? The point of using
shared memory is to avoid the need for serialising and deserialising.

-- 
Greg



More information about the Python-ideas mailing list