persistant web state

Skip Montanaro skip at pobox.com
Tue May 20 12:22:32 EDT 2003


    >> Why not have a long-running process manage a shared memory segment
    >> using mmap?  Your CGI processes could then attach to that segment.

    Jay> How would that work with Python objects?  I thought mmap was only
    Jay> for file objects?

Couldn't you pickle the data you write to shared memory?

Skip





More information about the Python-list mailing list