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 is the key object oriented concepts employed through Windows NT?
Explain in brief the Indirect Communication.
Write down in brief the function of Ping Command?
What is meant by Distributed systems?
Have you ever applied to any other areas apart from marketing?
Explain the following algorithm: a) First Come, First Served Scheduling. b) Shortest Job First Scheduling. c) Priority Scheduling.
What do you mean by server? Describe with some examples.
Describe in detail the Translation Look aside Buffer (TLB)?
List some of the algorithms that are available for the Deadlock avoidance.
Explain the following: a) Adaptive mutex. b) Turnstile.
18,76,764
1942624 Asked
3,689
Active Tutors
1418087
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!