shared memory module bugs?

Jeff Davis jdavis at empires.org
Wed Oct 9 01:32:28 EDT 2002


> I would use it if you can make it act like a dictionary, and also if you
> add the option of creating new objects in the shared memory pool.
> 
> Is this possible with python? The last time I was looking you couldn't
> replace Python's memory manager in runtime.

That's an interesting idea. If I were to do that, I'd probably get a nicely 
working lower-level shared memory module, and then build a shared object 
store on top of it with another module.

Regards,
        Jeff



More information about the Python-list mailing list