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

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

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

2007-02-13 Thread Petra Chong
Hello all, 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 transaction.commit() is called from my app, ha