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
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
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