Re: Problems with ZODB, I can not persist and object accessed from 2 threads

2014-05-06 Thread dieter
Dennis Lee Bieber writes: > On Tue, 06 May 2014 13:03:08 +0200, dieter declaimed > the following: > >> >>The database (we have called it "db") is global to all threads. >>Each thread must open (and maybe close) its own connection to the >>global database. You must never share the same connection

Re: Problems with ZODB, I can not persist and object accessed from 2 threads

2014-05-06 Thread dieter
Ariel ArgaƱaraz writes: > Hello, I am sorry I am stuck in this. And I need some help > > I want to persist an Object with ZODB, the object can be accessed from 2 > different threads. The ZODB manual says: > > A multi-threaded program should open a separate Connection instance for > each thread. D

Problems with ZODB, I can not persist and object accessed from 2 threads

2014-04-29 Thread Ariel ArgaƱaraz
Hello, I am sorry I am stuck in this. And I need some help I want to persist an Object with ZODB, the object can be accessed from 2 different threads. The ZODB manual says: A multi-threaded program should open a separate Connection instance for each thread. Different threads can then modify objec