What is mutex
What is meant by the term mutex?
Expert
Mutex refers to the program object which allows multiple program threads to share the same resource, like file access, but not at same time. Whenever a program is started a mutex is created having a unique name. After this stage, any thread which requires the resource should lock the mutex from other threads while it is utilizing the resource. The mutex is then set to unlock when the data is no longer needed or the routine is finished.
Provide mainly two hardware instructions and their definitions which are used in order to implement the mutual exclusion.
What do you mean by cycle stealing? Describe in brief.
List some of the disadvantages of context switching?
Your system is contaminated with Virus? Explain how to recover the data?
What do you understand by the term process spawning?
List some of the several file operations?
difference between the lightweight process and normal process
Write a brief note on busy waiting?
Write down the merits of distributed system?
Define the term latency, transfer and seek time with respect to disk input-output.
18,76,764
1953488 Asked
3,689
Active Tutors
1422586
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!