Re: [ZODB-Dev] Problems with ReadConflictError

2006-08-22 Thread Chris Withers
Andrew McLean wrote: Any advice gratefully received. I'd suggested moving to a ZODB version new enough to have MVCC support, which will likely make your problem go away... Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

Re: [ZODB-Dev] Problems with ReadConflictError

2006-08-22 Thread Andrew McLean
Chris Withers wrote: Andrew McLean wrote: Any advice gratefully received. I'd suggested moving to a ZODB version new enough to have MVCC support, which will likely make your problem go away... Chris I'm using v3.6. Unless I'm missing something, it's the most recent stable version.

Re: [ZODB-Dev] Problems with ReadConflictError

2006-08-22 Thread Dieter Maurer
Andrew McLean wrote at 2006-8-21 19:44 +0100: I'm having a problem with my first multi-threaded application using ZODB (v3.6). The program basically uses an OOBTree to record whether tasks have been completed. The key is the task identifier. There are multiple Downloader threads that need to