Architecture Question:
Download Questions PDF

What is the race around condition? How can it be overcome?

Answer:

Race conditions are a severe way crashing the server/ system at times. Generally, this problem arises in priority less systems or the users who have equal priority will be put to this problem. Race condition is a situation in which a resource D is to be serviced to a process A and the process B that holds the resource C is to be given to the process A. So a cyclic chain occurs and no way the resources will be get shared and also the systems with equal priority wont get the resource so that the system wont come out of the blocked state due to race condition!

Download Architecture Interview Questions And Answers PDF

Previous QuestionNext Question
What is the purpose of cache? How is it used?What is the difference between a latch and a flip?