![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anyone have any good pointers (links or tips) on predicate locking? This is locking on a condition. For example, locking by wonbr=1234 means that no one else can a) modify (including deletion or recall) a row where wonbr=1234, b) modify a row with wonbr#1234 so that wonbr=1234, and c) add a row with wonbr=1234. I have considered this before, but it never got to implementation. Maybe this time. I am puzzled as to why this does not come up more often. It seems to me that it must be an issue in a lot of billing applications. Sincerely, Gene Wirchenko |
#3
| |||
| |||
|
|
Does anyone have any good pointers (links or tips) on predicate locking? This is locking on a condition. For example, locking by wonbr=1234 means that no one else can a) modify (including deletion or recall) a row where wonbr=1234, b) modify a row with wonbr#1234 so that wonbr=1234, and c) add a row with wonbr=1234. |
|
\_/| ------ ProLib - programmers liberty ----------------- (.. ) Our MVPs and MCPs make the Fox run.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |