If Pi (with timestamp=100) is waiting on a mutually exclusive lock held by another process Pj (with timestamp=50), then what happens to Pi in a wait-die scheme of deadlock prevention?
a) Pi waits
b) Pi aborts
c) Pi is aborted, and Pi gets the lock
d) Pi gets the lock along with Pj
e) None of the above



Answer :

Other Questions