shared memory module bugs?
Paul Rubin
phr-n2002b at NOSPAMnightsong.com
Tue Oct 8 21:40:34 EDT 2002
More information about the Python-list mailing list
Tue Oct 8 21:40:34 EDT 2002
- Previous message (by thread): shared memory module bugs?
- Next message (by thread): apache+ python ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
´ÐÜøÐÝ ³. <ßÕÝÓãØÝØáâÐ@ÜÐØÛ.ÝÕâ.ÜÚ> writes: > 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. The simplest way is to pickle dictionaries into the shared memory pool (if the dictionaries are small), or else implement some dictionary-like data structure in the shared memory pool "by hand".
- Previous message (by thread): shared memory module bugs?
- Next message (by thread): apache+ python ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list