Casey,
Thanks for the clarification.
- Is there an equivalent of sys.getrefcount for ZODB persistent
objects?
This is still a question. Is there any way, to determine how many times
a zodb persistent object is referenced? sys.getrefcount seems to tell me
only those references which are
On Mon, 12 Apr 2004 10:57:43 -0500
[EMAIL PROTECTED] wrote:
Casey,
Thanks for the clarification.
- Is there an equivalent of sys.getrefcount for ZODB persistent
objects?
This is still a question. Is there any way, to determine how many
times a zodb persistent object is
[Sandor]
This is still a question. Is there any way, to determine how many
times a zodb persistent object is referenced?
ZODB itself doesn't keep track of that, although it's possible to write a
storage that does. FileStorage does not. BerkeleyStorage did (past tense
because Zope Corp has