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