Re: [Neo] Design example for transactions usage

2007-11-08 Thread Klas Ehnrot
On Nov 9, 2007 12:11 AM, Johan Svensson <[EMAIL PROTECTED]> wrote: > > > Two nodes will be added, this might be counter intuitive if you don't > > > know that we do not support real nested transactions (this needs to be > > > made more clear in the documentation). The semantics of our > > > transac

Re: [Neo] Design example for transactions usage

2007-11-08 Thread Johan Svensson
> > Two nodes will be added, this might be counter intuitive if you don't > > know that we do not support real nested transactions (this needs to be > > made more clear in the documentation). The semantics of our > > transactions is as follows: > > > > o a nested transaction will not start a new tr

Re: [Neo] Design example for transactions usage

2007-11-08 Thread Klas Ehnrot
On Nov 8, 2007 5:01 PM, Johan Svensson <[EMAIL PROTECTED]> wrote: > On 11/7/07, Klas Ehnrot <[EMAIL PROTECTED]> wrote: > > On 11/7/07, Emil Eifrem <[EMAIL PROTECTED]> wrote: > > > On 11/6/07, Klas Ehnrot <[EMAIL PROTECTED]> wrote: > > > > > > > > 2. Showing nestled transactions, emphasizing to not

Re: [Neo] Design example for transactions usage

2007-11-08 Thread Johan Svensson
On 11/7/07, Klas Ehnrot <[EMAIL PROTECTED]> wrote: > On 11/7/07, Emil Eifrem <[EMAIL PROTECTED]> wrote: > > On 11/6/07, Klas Ehnrot <[EMAIL PROTECTED]> wrote: > > > > > > 2. Showing nestled transactions, emphasizing to not assume that the > > > caller of a method has setup a transaction? > > > > Yu

Re: [Neo] Design example for transactions usage

2007-11-07 Thread Klas Ehnrot
On 11/7/07, Emil Eifrem <[EMAIL PROTECTED]> wrote: > On 11/6/07, Klas Ehnrot <[EMAIL PROTECTED]> wrote: > > Regarding transactions usage, what do you think should be highlighted? > > > > 1. Once again showing how transaction handling is setup in Neo? > > Already done in the other guides and in the

Re: [Neo] Design example for transactions usage

2007-11-06 Thread Emil Eifrem
On 11/6/07, Klas Ehnrot <[EMAIL PROTECTED]> wrote: > Hi! > > I'm about to finish up the last two topics for the design guide and > need your input. Great! > > Regarding transactions usage, what do you think should be highlighted? > > 1. Once again showing how transaction handling is setup in Neo?

[Neo] Design example for transactions usage

2007-11-06 Thread Klas Ehnrot
Hi! I'm about to finish up the last two topics for the design guide and need your input. Regarding transactions usage, what do you think should be highlighted? 1. Once again showing how transaction handling is setup in Neo? Already done in the other guides and in the API == redundant? 2. Showin