J
Jonathan Wood
I have a numeric field. Users will modify it by adding a value to it.
But I'm a little concerned about the unlikely event where two users are
incrementing it at the same time. Unless there is some sort of lock between
the time the old value is read and the sum of the two values is written, one
change could override another.
Any suggestions?
Thanks.
But I'm a little concerned about the unlikely event where two users are
incrementing it at the same time. Unless there is some sort of lock between
the time the old value is read and the sum of the two values is written, one
change could override another.
Any suggestions?
Thanks.