Answer Posted / zahid
In concurrent programming a 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.
| Is This Answer Correct ? | 32 Yes | 9 No |
Post New Answer View All Answers
List the system calls used for process management?
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?
How would you kill a process?
How to work unix commands on windows xp without installing unix o/s in pc?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain the architectural differences between user-space threads, and kernel-supported threads?
What is the window of the working set of a process?
What is protection boundary?
explain about the initial process sequence while the system boots up?
Explain what is protection boundary?
Explain what is scheduling?
Explain what is critical section?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
Tell me when should we use thread-safe "_r" library calls?
Explain the different kinds of threads?