[Zope] Zope Freezing up with multiple threads accessing objects.

Dieter Maurer dieter@handshake.de
Tue, 15 Jul 2003 23:11:22 +0200


Etienne Labuschagne wrote at 2003-7-14 13:29 +0200:
 > Ok, I have narrowed down my problem to the following, when calling 
 > get_transaction().commit(), the :
 > ...
 > in ZODB.BaseStorage.BaseStorage
 > 
 > tpc_finish line 155: if transaction is not self._transaction: return

It appears as if the same connection were used in two different
threads. Do not do that...


Dieter