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 |
I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
How to update a data for the views in the relational data base schema
i am exeprienced person what is selection process
Plz Show notepad Coding using c# in window based application
what is the difference between set and append?
What are the other ways to create an object with out calling new keyword in java?
why we use abstract word in abstract window toolkit in java language.
what is difference between java and c#
What are the compilers of JAVA and .NET Programming languages?
explain how to make a control visible and invisible during runtime
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
What are the advantages of Server Controls over HTML/ASP Controls.