On Fri, 2004-05-14 at 17:23, Jean-Francois.Doyon@CCRS.NRCan.gc.ca wrote:
Dieter,
Argh, I don't even see the problem in your example :( (I'm having a bad day!)
I'll leave the iste running throught the week-end and we'll see what shows up. "high" refcounts is somewhat arbitrary I guess ... When you say high you mean high and stable or high and growing?
Right now, the only suspect class as far as refcounts (Other than the HTTP requests) is the DateTime one. I have some content ones that look high, but then they're highly used (CMFImage for example).
Every persistent Zope object holds a reference to a datetime (bobobase_modification_time), so if you leak any persistent objects, the datetime refcount will also increase. So this isn't unexpected if an acquisition wrapper leaks. - C