Re: [ZODB-Dev] [ZEO] Storage error with big transactions.

2007-02-14 Thread Andreas Jung
--On 13. Februar 2007 14:31:57 -0500 Tim Peters [EMAIL PROTECTED] wrote: Under the covers someone is trying to invalidate a current ZEO cache entry, and the ZEO cache is complaining because it doesn't believe it /has/ current data (assert o is not None). Best guess for why it doesn't have

Re: [ZODB-Dev] Making use of the zodb transaction framework outside of zodb?

2007-02-14 Thread Dieter Maurer
Petra Chong wrote at 2007-2-13 18:27 -: ... In the docs I have read that it is possible for non-zodb apps to plug into the transaction framework. However, I am unable to find any specifics as to how to do this. What I'd like to do is this: 1. Have my app import transaction 2. When

Re: [ZODB-Dev] Exception when closing database

2007-02-14 Thread Dieter Maurer
Arve Knudsen wrote at 2007-2-14 16:34 +0100: I sometimes receive an exception when closing a ZODB, due to it trying to remove a lock file which doesn't exist. Given the backtrace can you tell me whether this is something which should be rectified in ZODB? I suspect the problem lies in the fact

Re: [ZODB-Dev] Making use of the zodb transaction framework outside of zodb?

2007-02-14 Thread Christian Theune
Hi, Am Mittwoch, den 14.02.2007, 23:05 +0100 schrieb Dieter Maurer: Petra Chong wrote at 2007-2-13 18:27 -: ... In the docs I have read that it is possible for non-zodb apps to plug into the transaction framework. However, I am unable to find any specifics as to how to do this. What