For web applications that allow multiple users to update or delete data, however, there's the potential for one user's modifications to clash with another concurrent user's. Without any concurrency policy in place, when two users are simultaneously editing a single record, the user who commits her changes last will override the changes made by the first.
Add your comment
Voters For This Link (11)
-
vladocar -
lawndarts -
bonlebon -
pleclerc -
pleclerc -
mghaoui -
jonbruce_xquery -
theowlo -
brainwipe -
bit_runner -
davneter


