What is Critical section?

Answer Posted / girajendra kumar

Necessary and sufficient conditions for a solution to the
c.s. problem:
1. Mutual Exclusion --- if is executing in one of its
critical sections, no , , is executing in its critical
sections.
2. Progress --- a process operating outside of its
critical section cannot prevent other processes from
entering theirs; processes attempting to enter their
critical sections simultaneously must decide which process
enters eventually.
3. Bounded Waiting --- a process attempting to enter
its critical region will be able to do so eventually.
Assumptions:
1. No assumptions made about relative speed of
processes
2. No process may remain in its critical section
indefinitely (may not terminate in its critical section)
3. A memory operation (read or write) is atomic ---
cannot be interrupted. For now, we do not assume
indivisible RMW cycles.

Is This Answer Correct ?    20 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is scheduling?

612


explain about the initial process sequence while the system boots up?

614


How would you kill a process?

632


Explain what is protection boundary?

574


Tell me when should we use thread-safe "_r" library calls?

536






What is the window of the working set of a process?

640


If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?

627


What is the working set of a process?

604


Explain similarities between thread and process?

588


Explain what are threads?

633


How to work unix commands on windows xp without installing unix o/s in pc?

522


Explain the architectural differences between user-space threads, and kernel-supported threads?

513


Explain what are the main families of threads?

572


Explain the different kinds of threads?

608


What is protection boundary?

684