[mod_python] garbage collection problems

Richard richard at ccpgames.com
Wed Apr 18 22:10:53 EST 2001


OK, next problem :)

My handler module imports my session handling module.
However, after a given amount of time, the session module is garbage
collected.  Either that or it is my handler module that is being
garbage collected and the session module then in turn (seems more
likely).

My question is, is there any way I can keep them both in memory?

Richard.



More information about the Mod_python mailing list