6 May
2009
6 May
'09
10:41 a.m.
On 06.05.09 12:36, John Snowdon wrote:
but can anyone shed any light on the possible issues that would cause regular requests to be logged in this way? This is nothing but a wild guess.
There are utilities under utilities/ZODBTools within the Zope source tree for performing low-level analysis on the ZODB. Or: you debug yourself using the pdb debugger somewhere in the ZODB (perhaps serializer.py) in order to track write operations. Both approaches require some solid Zope/Python know-how. -aj