What do you understand by the concept of Reentrancy
What do you understand by the concept of Reentrancy?
Expert
It is a useful, memory-saving method for multi-programmed timesharing systems. A Reentrant method is one in which many users can share a single copy of a program throughout the same period. Reentrancy has two key aspects: The program code can’t transform itself, and the local data for each and every user process should be stored separately. Therefore, the permanent part is the code, and the impermanent part is the pointer back to the calling program and local variables employed by that program. Each and every execution instance is known as activation. This executes the code in the permanent part; however has its own copy of local variables or parameters. The temporary part associated with all activation is the activation record. Usually, the activation record is kept on the stack.
Note: A reentrant method can be interrupted and called through an interrupting program, and still execute correctly on returning to the method.
In loading programs to the memory, illustrate the difference between the load-time dynamic linking and run-time dynamic linking?
Explain the term seek time and latency time.
Give a brief introduction of the term context switching?
Write down the functions constituting the OS's memory management?
What do you understand by the Hard Real time systems and soft real time system?
Explain the use of monitors.
What do you mean by the term arm-stickiness? Illustrate in brief.
What is meant by the term cache-coherency?
What do you understand by the term library in OS?
Would you be able to describe yourself as competitive?
18,76,764
1929340 Asked
3,689
Active Tutors
1442941
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!