what is live lock,race condition,starvation?how it work and explain brifly?
Answers were Sorted based on User's Feedback
Answer / panish
race condition
when two process trying to update same variable,its
difficult to predict the output of the program....
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / israr khan
Race conditions occur when two threads interact in a negatve (buggy) way depending on the exact order that their different instructions are executed. If one thread sets a global variable, for example, then a second thread reads and modifies that global variable, and the first thread reads the variable, the first thread may experience a bug because the variable has changed unexpectedly.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / shilpa
Live lock condition occurs when two or more processes continually change their states in response to the changes in other processes. The result is that none of the processes will complete.
| Is This Answer Correct ? | 0 Yes | 1 No |
Which intel core is best?
Q1. What is an interrupt? How are multiple interrupts dealt with? Q2. Explain the difference between a MONOLITHIC KERNAL and a MICROKERNAL? Q3. List reasons why a Mode switch between threads may be cheaper than a Mode switch between processes. Q4. What is the difference among deadlock avoidance, detection and prevention? Q5. What items of information about a task might be useful in real time scheduling? Q6. Discuss some of the reasons for implementing process migration ? How is the process address space handled during process migration?
How do I merge folders on mac?
How do I boot up my computer?
Is 6 cores enough for streaming?
Does a disk cleanup delete everything?
How do I clean up and speed up my laptop?
How do I compare plugins in notepad ++?
wha is very first process created by kernel
How can I reformat my laptop?
Will disk cleanup delete my files?
How do I run a curl command?