in reply to Bless MyObject

Add a DESTROY method to your class(es). You shouldn't need to do anything, but us it to log when thing are being GC'd. Add some logging to your new() method to log what and when things are being created. Cycle the code. That should allow you to track whether things are persisting longer than you think they should.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon