[mod_python] sys.path shared?

Adrian Holovaty modpython at holovaty.com
Tue Sep 21 18:24:03 EDT 2004


I have mod_python code that appends a directory to sys.path and deletes that 
directory from sys.path at the end of the handler. Is it possible that, 
between that push and pop, another Apache instance running the same code 
might get the non-popped sys.path, making its sys.path out of sync with the 
other Apaches?

Adrian


More information about the Mod_python mailing list