[ZODB-Dev] help enabling conflict resolution
    Dieter Maurer 
    dieter at handshake.de
       
    Sun Feb 29 13:28:14 EST 2004
    
    
  
John Belmonte wrote at 2004-2-28 16:00 -0500:
>I threw some concurrency at my app and found that I was getting write 
>conflicts without calls to the conflict resolution handlers.  It looks 
>like I have to mix ConflictResolution.ConflictResolvingStorage into my 
>storage, but I'm using config.storageFromConfig (to create a 
>filestorage) and don't know how to make that happen.  How do I proceed?
"FileStorage" inherits from "ConflictResolvingStorage".
You need not to work in this areas (if you are using "FileStorage").
The objects you are using may not have "application specific conflict
resolution". There is a document about this issue around on "zope.org".
-- 
Dieter
    
    
More information about the ZODB-Dev
mailing list