This is two years later, and I could be wrong, but I am pretty sure that in your example for DEADLOCK, it should be..
USER1
Locks record 1
Tries to access record 2
Waits...
Locks record 2
Tries to access record 1
Otherwise, great stuff.
SephirothAAO 5 months ago
*USER2 (obviously for the second user)
This is two years later, and I could be wrong, but I am pretty sure that in your example for DEADLOCK, it should be..
USER1
Locks record 1
Tries to access record 2
Waits...
USER1
Locks record 2
Tries to access record 1
Waits...
Otherwise, great stuff.
SephirothAAO 5 months ago
*USER2 (obviously for the second user)
SephirothAAO 5 months ago