[mod_python] Session management

Chris Jackson christopher.jackson at gmail.com
Tue Jan 11 19:00:35 EST 2005


> Depending on what type of apache configuration you run, one or more
> interpreters will be used. Sometimes interpreters die and new ones get
> created. 

Hmm...it's interesting you say that somtimes the interpreters die and
new ones get created because I'm running into a "problem" where I will
test a mod_python page and it will works perfectly several times again
and again, but then i'll test it out again, and the interpreter seems
to "forget" the values.  I'll keep testing the page with the same
values, and then the page will work again.

It's almost as if the interpreter had temporary amnesia, or was in the
process of dumping values from one interpreter into another
interpreter, which seems to happen more often than desired.

Is anyone familiar with this behavior?


More information about the Mod_python mailing list