Protocol for requesting locks on a DAG and Hierarchical locks

Protocol for requesting locks on a DAG:

(a) Prior to requesting an S or IS lock on a node one should request at least one parent (and by induction a path to a root) in IS (or greater) mode. As a result none of the ancestors along this path can be granted to another transaction in a mode incompatible with IS.

(b) Prior to requesting IX, SIX or x mode access to a node one should request all parents of the node in IX (or greater) mode. As a result all ancestors will be held in IX (or greater mode) and cannot be held by other transactions in a mode incompatible with IX (i.e. S, SIX, X).

(c) Locks must be released either at the end of the transaction (in any order) or in leaf to root order. Particularly if locks are not held to the end of transaction one shouldn’t hold a lower lock after releasing its ancestors.

To give an illustration using the non-hierarchical lock graph in the figure above a sequential scan of all records in file F need not use an index so one can get an implicit share lock on each record in the file by:

lock data base                 with mode =IS
lock area containing F       with mode =IS
lock file F                        with mode = S

This gives implied S mode access to all records in P. On the other hand to read a record in a file via the index I for file P one need not get an implicit or explicit lock on file F:

lock data base                 with mode =IS
lock area containing R       with mode =IS
lock index I                     with mode = S

This once more gives implicit S mode access to all records in index I (in file F). In both these circumstances only one path was locked for reading.

However to insert, delete or update a record R in file F with index I one should get an implicit or explicit lock on all ancestors of R.

The first instance of this section showed how an explicit X lock on a record is obtained. To get an implied X lock on all records in a file one can simply lock the index and file in X mode or lock the area in X mode.

The latter illustration allow bulk load or update of a file without further locking since all records in the file are implicitly granted in X mode.

Latest technology based Operating System Online Tutoring Assistance

Tutors, at the www.tutorsglobe.com, take pledge to provide full satisfaction and assurance in Operating System help via online tutoring. Students are getting 100% satisfaction by online tutors across the globe. Here you can get homework help for Operating System, project ideas and tutorials. We provide email based Operating System help. You can join us to ask queries 24x7 with live, experienced and qualified online tutors specialized in Operating System. Through Online Tutoring, you would be able to complete your homework or assignments at your home. Tutors at the TutorsGlobe are committed to provide the best quality online tutoring assistance for Operating System Homework help and assignment help services. They use their experience, as they have solved thousands of the Operating System assignments, which may help you to solve your complex issues of Operating System. TutorsGlobe assure for the best quality compliance to your homework. Compromise with quality is not in our dictionary. If we feel that we are not able to provide the homework help as per the deadline or given instruction by the student, we refund the money of the student without any delay.

©TutorsGlobe All rights reserved 2022-2023.