[Zope] Design around conflict errors

Jeff Youel jyouel-lists at youel.net
Thu Oct 9 12:15:39 EDT 2003


Toby Dickenson wrote:
> Thats right. Write conflicts are checked by the storage, at 
> the end of the full transaction.
> 
> I hope this helps
> 

Thanks.  I'm hoping to avoid using the conflict resolution by
avoiding the conflicts as much as possible.

I tried committing the full transaction and beginning a new one during 
the request processing, but that didn't seem to help.  

Is it reasonable to start a new thread with a new db connection 
and use it to commit the changes so the database write is out-of-band 
wrt the request's transaction?

Jeff




More information about the Zope mailing list