Greg Stein
gstein at lyra.org
Thu May 25 17:57:13 EST 2000
[ I just subscribed, so I can't "reply" to the reload issue that I saw in the archive... starting from scratch ] The reload issue might be caused by the global variables in mod_python.c. Those values should be wiped when the configuration pool is tossed. Specifically, a "cleanup" should be registered at the point that those variables are allocated. That might not truly be it, but globals are *always* suspect when dealing with Apache modules. Cheers, -g -- Greg Stein, http://www.lyra.org/ _______________________________________________ Mod_python mailing list Mod_python at modpython.org http://www.modpython.org/mailman/listinfo/mod_python
|