What is the best action a system can take when deadlock is
detected
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / devendra singh
dedloc is condition lock relised from dedloc condition
| Is This Answer Correct ? | 2 Yes | 6 No |
How can we develop a multi-tier application in Java?
this question is from sas:what is the difference between FILE and INFILE statements? plz explain in brief?
what is difference between java and c#
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
What Is The Difeerence Between C & C++
how to remove header and footer in jcl using sort utility
What is the worst case of AVL tree?
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'
what is the system development cycle
How to swap two String values without using a third variable?
converting 41.685 to binary
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?