|
Hi,
How are you modifying the record concurrently ? I mean what have you done to
achive it ? That is where the answer to this question is there, I
believe.
The Container will
actually take care of Transactions(CMT). So one doesnt have to worry about all
that.
If the container is
using Pessimistic way of concurrency control then, though you think you are
modifying the record concurrently its not the case in reality. If the container
implements Optimistic way of concurrency control then the concurrency is handled
by the container which is transperent to the user.
I dont know what
kind of stratgey is being used by Jonas.
Hope this
helps.
Regards,
kris
|
- Concurrency Issue -- Transaction Serialization SAMINATHAN
- Re: Concurrency Issue -- Transaction Serialization Ramakrishna N
