Answer Posted / gowtham
Qs: What is Critical section?
Ans:
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. 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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain critical section?
Explain similarities between thread and process?
Explain what are the main families of threads?
How to work unix commands on windows xp without installing unix o/s in pc?
What is protection boundary?
Explain what are threads?
Explain the architectural differences between user-space threads, and kernel-supported threads?
Tell me when should we use thread-safe "_r" library calls?
How would you kill a process?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
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?
What is the working set of a process?
Explain what is critical section?
Explain the different kinds of threads?
Explain what is scheduling?