[ZODB-Dev] tools for analysing the tail of a filestorage?

2009-09-21 Thread Chris Withers
Hi All, I have a filestorage being used by Zope 2 that is mysteriously growing. I don't have confidence in the Undo tab, since this setup has two storages, once mounted into the other. I tried fstail.py, and while it tells me the same info as the Undo tab (except with more certainty that it's

Re: [ZODB-Dev] Blob, persistence and parentage questions

2009-09-21 Thread Martin Aspeli
Hi Jim, Jim Fulton wrote: > On Sun, Sep 20, 2009 at 6:10 AM, Martin Aspeli > wrote: >> I'm working on a package (plone.app.textfield) that's meant to solve the >> common use case in Plone whereby we have a rich text field that's got a >> "raw" value (a unicode string) with a MIME type (e.g. text

Re: [ZODB-Dev] Blob, persistence and parentage questions

2009-09-21 Thread Jim Fulton
On Sun, Sep 20, 2009 at 6:10 AM, Martin Aspeli wrote: > I'm working on a package (plone.app.textfield) that's meant to solve the > common use case in Plone whereby we have a rich text field that's got a > "raw" value (a unicode string) with a MIME type (e.g. text/html or > text/structured), which