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

[ZODB-Dev] Exception when closing database

2007-02-14 Thread Arve Knudsen
Hi 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 that the database is closed from atexit, mayb

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

2007-02-14 Thread Marius Gedminas
On Tue, Feb 13, 2007 at 06:27:57PM -, Petra Chong wrote: > 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. Read the Source, Luke. ;) > What I'd like to do is this: > >

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.

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

2007-02-14 Thread Marius Gedminas
On Wed, Feb 14, 2007 at 10:57:27PM +0200, Marius Gedminas wrote: > On Tue, Feb 13, 2007 at 06:27:57PM -, Petra Chong wrote: > > 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 d