Answer Posted / avdhesh kumar
1. The critical-section problem is to design a
protocol that the processes can cooperate. The protocol
must ensure that when one process is executing in its
critical section, no other process is allowed to execute in
its critical section.
2. The critical section problem is to design a
protocol that the processes can use so that their action
will not depend on the order in which their execution is
interleaved (possibly on many processors).
Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is the window of the working set of a process?
Explain the different kinds of threads?
How would you kill a process?
Tell me when should we use thread-safe "_r" library calls?
Explain the architectural differences between user-space threads, and kernel-supported threads?
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?
Explain critical section?
What is protection boundary?
List the system calls used for process management?
Explain what is critical section?
What is the working set of a process?
Explain what is protection boundary?
Explain what is scheduling?
Explain what are threads?
Explain what are the main families of threads?