15 Jul
2003
15 Jul
'03
9:11 p.m.
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