[mod_python] Mod_python and Sub-Interpreter segregation

Jack Diederich jack_diederich at email.com
Fri Sep 13 17:10:28 EST 2002


As others have pointed out, apache spawns multiple processes which each have their own independent memory space.

One of the 'external storage' solutions is to use shareded memory between processes.  This is supported differently on different flavors of unix.  Here is a very out of date link for a shared memory python wrapper
http://gigue.peabody.jhu.edu/~mdboom/omi/source/shm_source/shm.html

I have no idea if it still works, or if it will work on your actual server.

-jack
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup




More information about the Mod_python mailing list