2007-02-26

ZODB tracing

Just run into a problem, that my app loads too many objects. That was easily determined by IConnection.getTransferCounts. But from this point on I need to know from which part of the app the load comes.
Solution will be to write a storage that proxies any storage and sends events on all object load/save event.
Project home will be z3c.tracingstorage on svn.zope.org.
Stay tuned for more.

No comments: