Re: [ZODB-Dev] Serializability

2007-08-22 Thread Jim Fulton
On Aug 21, 2007, at 1:55 PM, Dieter Maurer wrote: Jim Fulton wrote at 2007-8-20 10:32 -0400: ... Application specific conflict resolution would become a really difficult task. I'm sure you realize that application specific conflict resolution violates serializability. No, I do not realize

Re: [ZODB-Dev] Serializability

2007-08-21 Thread Dieter Maurer
Jim Fulton wrote at 2007-8-20 10:32 -0400: > ... >> Application specific conflict resolution >> would become a really difficult task. > >I'm sure you realize that application specific conflict resolution >violates serializability. No, I do not realize this. Assume a counter which is not read on

Re: [ZODB-Dev] Serializability

2007-08-20 Thread Jim Fulton
On Aug 19, 2007, at 9:34 AM, Dieter Maurer wrote: Analysing the STICKY behaviour of 'Persistent', I recognized that 'Persistent' does not customize the '__getattr__' but in fact the '__getattribute__' method. Therefore, 'Persistent' is informed about any attribute access and not only attribute