Hi All, I understand Perls link counting, how it cleans up, and how circular references can cause memory leaks. I've not worried about it really because most my stuff has been good old CGI. But now I need to gear more stuff for a persistent environment, especially with PSGI getting bigger, I'm going have to be a lot more careful with memory. I know you can weaken links if you know there is going to be a circular ref. I'm wondering if it would be ok to have a cleanup routine that automatically weakens you var a load of times before undef'ing it. Is that a terrible idea?
I there a set procedure, toolset, etc, any of you have for testing for, dealing with memory leaks? Lyle _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
