[mod_python] garbage collection problems

Gregory (Grisha) Trubetskoy grisha at modpython.org
Wed Apr 18 23:33:58 EST 2001


I've never seen Python garbage-collect something that still has a
reference to it - that functionality is rock solid

more likely your apache process dies/recycles itself.

Grisha

On Wed, 18 Apr 2001, Richard wrote:

> 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.
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://www.modpython.org/mailman/listinfo/mod_python
>




More information about the Mod_python mailing list