Answer Posted / vaibhav
In concurrent programming, critical section is a piece of
code that accesses a shared resource(data structure or
device) that must not be concurrently accessed by more than
one thread of execution. A critical section will usually
terminate in fixed time, and a thread, task or process will
have to wait for a fixed time to enter it, which is called
as bounded waiting.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a hard real time OS?
What are a trap and trapdoor?
What are the different tasks of Lexical analysis?
How the Kernel handles both the page stealer and the fault handler?
Tell something about deadlock and how can we prevent dead lock?
Describe Recovery from Deadlock?
What are the 3 types of filing systems?
Can a system detect starvation?
Is 64gb ram enough for gaming?
Will chkdsk delete my files?
Tell me when does the condition 'rendezvous' arise?
Where the user store resides in OS?
How do I know if my ram is corrupted?
Can you move your program files to another drive?
Why is 32 bit referred to as x86?