What kind of trouble? I do quite a bit of:
l = lock(row);
val = get(row);
/* modify val */
put(row, val);
unlock(l);Is there an alternative? -justin On 7/16/10 4:02 PM, Ryan Rawson wrote:
Also be very wary of using any of the explicit row locking calls, they are generally trouble for more or less everyone.
