[CDBI] Re: Pruning Class::DBI objects from memory that are no longer needed
[prev]
[thread]
[next]
[Date index for 2005/08/11]
Ivor asked:
> Is there any way of letting go of the objects completely when I
> definitely know that I have finished with them? Going out of scope
> does not seem sufficient. They seem to be being cached indefinitely.
They shouldn't be. You almost assuredly have a scoping problem in your code,
and I suggest you look there to resolve the issue. I strongly suspect that
objects you think are going out of scope are not.
_______________________________________________
ClassDBI mailing list
ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi
|
[CDBI] Re: Pruning Class::DBI objects from memory that are no longer needed
Edward J. Sabol 17:17 on 11 Aug 2005
|