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 |
How do I find my hidden files?
Difference between time sharing and multitasking systems?
What is eide?
What is MUTEX ?
What factors determine whether a detection-algorithm must be utilized in a deadlock avoidance system?
Explain about Different types of real-time scheduling?
What is the virtual memory?
What is spooling?
Explain Scheduling?
Is 32 gigs of ram overkill?
which is best among pipes, queues, shared memory and why?
When does thrashing occur?