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.
What do you mean by the term Active Directory Partitions? Write down a short note on it.
List out the Coffman's conditions which lead to a deadlock?
Write down the main functions of a Kernel?
Write a brief note on busy waiting?
What do you mean by the TLB and Hit-Ratio?
Describe the Buddy system of the memory allocation.
Write down a brief note on cycle stealing?
What method does the Kernel in Unix System V follow while selecting a swap device between the multiple swap devices?
Write down the essential functions of file management in OS?
What do you meant by the CPU-bound process?
18,76,764
1926232 Asked
3,689
Active Tutors
1454037
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!