Critical section is?

Answers were Sorted based on User's Feedback



Critical section is?..

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

Critical section is?..

Answer / guest

statements which are accessing shared resourses

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

What is plumbing/piping?

0 Answers  


Tell me something about the concept of memory leak?

0 Answers  


What is drawback of mvt?

0 Answers  


What is the dispatcher?

0 Answers  


How can two processes communicate with one another?

0 Answers  






Can a 64 bit run a 32bit program?

0 Answers  


Is gnome a shell?

0 Answers  


What is a volatile keyword?

0 Answers  


How to recovery from deadlock?

0 Answers  


What are the disadvantages of context switching?

0 Answers  


What does the safe mode do?

0 Answers  


How do I do a system restore?

0 Answers  


Categories