[Zope] RE: Zope memory leak
Dieter Maurer
dieter@handshake.de
Fri, 17 Jan 2003 22:10:32 +0100
Jean-Francois.Doyon@CCRS.NRCan.gc.ca wrote at 2003-1-17 11:47 -0500:
> I do have dtml-var's with Dates in them in there too (DublinCore dates),
> maybe there's a problem with some of the methods or objects?
You should use Shane's "LeakFinder" to find leaks caused by Zope objects.
> I'm not sure what IOBuckets are FOR, I mean Input/Output, but not sure where
> they're used ... Maybe figuring that out could help?
There are an elementary structure to implement BTrees.
They are use in the catalog, among others.
Dieter