[Zope] Python Products and ZODB Transactions

Toby Dickenson tdickenson@geminidataloggers.com
Tue, 23 Jan 2001 10:53:43 +0000


On Tue, 23 Jan 2001 03:28:34 -0600, Stephan Richter <srichter@cbu.edu>
wrote:

>Hello everyone,
>
>wow, I haven't posted here for a while now, but now I came to a bigger 
>problem and I hope someone of you will have some suggestions:
>
>I built a Python Product that saves and gets data from a RDB. Whenever a 
>method is called from my Python Product, the ZODB saves the transaction, 
>even though the object was not modified at all. I really would like the 
>ZODB to never save any of my Products actions. Any ideas?

Use the tranalyzer to see which objects are being commited. They think
they are being modified, even if you dont think they should be.

http://www.zope.org/Members/tsarna/Tranalyzer


Toby Dickenson
tdickenson@geminidataloggers.com