5 Jul
2006
5 Jul
'06
6:28 p.m.
Jonathan wrote at 2006-7-4 13:46 -0400:
... The image objects stored in TemporaryStorage are never overwritten, edited etc (which is causing me some confusion as to why the conflict errors are occurring)
The error message tells your that the conflict is not caused by the modification of the image but the container holding your image. "BTreeFolder" already do conflict resolution -- and reduce the conflict probability by about a factor of 30 to 100 (depending on type). However, if several threads should try to add elements with the same id, then the conflict resolution cannot work. Maybe, that happens in your case? -- Dieter