Critical section is?
Answers were Sorted based on User's Feedback
Answer / 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 |
Describe Recovery from Deadlock?
What is starvation os?
Is there a 64 bit version of office 365?
Is atomic thread safe?
What is plumbing/piping?
Is 64gb ram enough for gaming?
Why do we need inter process communication?
What is the best way of communication in multi process environment? ex: getting log from different applications from multi servers?
How do I know if my hardware supports 64 bit?
What is the signal?
Can you access a variable within a worker thread from the main thread?
How you can Kill the Session by force?