首先解释下标题,可能命名不是那么严谨吧,大致的定义如下:
sometimes you are in a situation where you want to read a record, check what is in it, and depending on that update the record. The problem is that between the time you read a row and perform the update, someone else m[......]