next up previous contents index
Next: Write/Write Conflicts Up: Conflicts Previous: Conflicts   Contents   Index


Read/Write Conflicts

In this section I will look at read/write conflicts, i.e., writes based on or using out-dated data.

Example Scenario

Figure 5.4: No read/write conflict

Possibility of conflict:

Figure 5.5: Undetectable read/write conflict

Detection of read/write conflict:

Figure 5.6: Detectable read/write conflict

Using locks to avoid read/write conflicts:

In other words, the introduction of locks into the system, to some extent can make up for the lack of such a thing as IOTs--at the expense of some availability.


next up previous contents index
Next: Write/Write Conflicts Up: Conflicts Previous: Conflicts   Contents   Index

michael@garfield.dk
2000-10-13