Re: [ZODB-Dev] What the ZODB really does

2008-06-04 Thread Dieter Maurer
Martijn Faassen wrote at 2008-6-3 19:33 +0200: > ... >* if you don't inherit your class from Persistent, or use a python >builtin (which doesn't inherit from Persistent), things will be >serialized multiple time, as far as I'm aware. (I may be wrong) In general you are right. There are a few ex

[ZODB-Dev] What the ZODB really does

2008-06-03 Thread Martijn Faassen
Hi there, The discussion on Gemstone isn't the first time that people seem to think the ZODB doesn't do what it actually does. If you have object A that points to B, and object C that also points to B, updating B will update B truly, and A and C will both aware of this change. Quite a few sm