On Mon, Dec 12, 2011 at 5:26 AM, herman vierendeels <[email protected]> wrote: > I think,for any possible flow or framework, it is important to limit > the number of places where db-connections and transactions are begun > and ended. > > connection to db is set-up at entry > transaction is set-up at entry > ... > work > --- > transaction committed|rolled_back > connection disconnected
Agreed. Unfortunately the way the system is set up for the 1.3 code, that can't be done yet. I think we can make great inroads on that for 1.4 though. Best Wishes, Chris Travers > > Herman > > > 2011/12/12 Chris Travers <[email protected]>: >> Hi Herman: >> >> If I don't send a discussion out about how addons work by the end of >> the week, remind me. >> >> Best Wishes, >> Chris Travers >> >> ------------------------------------------------------------------------------ >> Learn Windows Azure Live! Tuesday, Dec 13, 2011 >> Microsoft is holding a special Learn Windows Azure training event for >> developers. It will provide a great way to learn Windows Azure and what it >> provides. You can attend the event by watching it streamed LIVE online. >> Learn more at http://p.sf.net/sfu/ms-windowsazure >> _______________________________________________ >> Ledger-smb-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > _______________________________________________ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
