What is the best action a system can take when deadlock is
detected
Answer Posted / nadeem khokhar
system checks for the priority. if a lower priority process is holding the resource and more priority process is in waiting, it frees the resource from low priority process and gives it to the higher priority process.
or it can also go for that if a process is not leaving the resource and other is in wait state then it checks the time quantum, if time quantum exceeds from the predefined time quantum it takes the resource and give it to the next process and same action repeated
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what is delegate and delegation model give the real live example on delegate model
What are events in smartforms?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
can we retrieve only integer/String type columns from a table,if yes how?
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
what are the topics choosen for jam round for interviews
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
What do you understand by modular programming?
Delta 5 weight scale not connect with oracle application what i can do?
what is woransient key word? how it is used in java
what is the difference between Windows application and Unix application?
what is the extension of SPDS Dynamic cluster tables?
EXPLAIN UNARY OPEARATORS
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?