1. What are the contributions mentioned in the paper "A real-time locking protocol" ?
In this paper, the authors examine a prioritydriven two-phase lock protocol called the reador write-priority ceiling protocol.. The authors show that this protocol is free of deadlock, and in addition a high-priority transaction can be blocked by lower priority transactions for at most the duration of a single embedded transaction.. The authors then evaluate system performance experimentally.
read more