9 Oct
2003
9 Oct
'03
4:15 p.m.
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