Re: computational model of transactions
From: Bob Badour <bbadour_at_pei.sympatico.ca>
Date: Wed, 02 Aug 2006 00:48:02 GMT
Message-ID: <6DSzg.31969$pu3.427010_at_ursa-nb00s0.nbnet.nb.ca>
>
> (To clarify, if the so-called luw's could have been run in parallel with
> an acceptable result, the issue of concurrency is moot.
Date: Wed, 02 Aug 2006 00:48:02 GMT
Message-ID: <6DSzg.31969$pu3.427010_at_ursa-nb00s0.nbnet.nb.ca>
paul c wrote:
>> Bob Badour wrote: >> ... >> >>>>>> While that's sometimes necessary, the batch processes I referred >>>>>> to did not all do that. They just grouped multiple logical units >>>>>> of work together before issuing a commit. Serializing was handled >>>>>> by the normal concurrency features and isolation level. >>>>>> ... >> >> In that case, you are talking about serialization and not recognizing it. >> >> p
>
> (To clarify, if the so-called luw's could have been run in parallel with
> an acceptable result, the issue of concurrency is moot.
Indeed. In fact, it was possible to run multiple batches in parallel.
This makes concurrency very relevant not moot.
I think luw is
> synonomous with transaction in Gray's sense, even though I know some
> programmers think program trumps transaction. But then I think
> programmers are servants, not arbiters.)
His suggestion creates a situation rather like the problems created by aliasing due to reference parameters only in reverse. Instead of an update inadvertently clobbering a variable, the proposal would refuse to clobber it. Received on Wed Aug 02 2006 - 02:48:02 CEST