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

2014-05-07 Thread dieter
Dennis Lee Bieber wlfr...@ix.netcom.com writes: On Tue, 06 May 2014 13:03:08 +0200, dieter die...@handshake.de 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

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

2014-05-06 Thread dieter
Ariel ArgaƱaraz arieli...@gmail.com 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

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