>>>>> "PH" == Perrin Harkins <[EMAIL PROTECTED]> writes:

PH> On Wed, 7 Feb 2001, Vivek Khera wrote:
>> Ok... here's a mini-plugin that exhibits this behavior, and a command
>> line script for it.

PH> This all looks like it should work, and the plugin object should get
PH> destroyed.  Until someone finds the source of the problem, you could work
PH> around it by keeping your session reference in $r->pnotes instead of the

You and your $r->pnotes()!!! :-)

Very useful idea...  I think for now I'll just go with a session.finish()
method to force the untie manually.

Did you (or anyone else) reproduce the non-destroy of my mini-plugin?
I'd like to at least know if I'm doing something wrong in mod_perl.  I
find it disconcerting to have my plugin objects sitting around unused
and unreaped, aka, memory leakage.


Thanks.

Reply via email to