>> 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