Explain the concept of Reentrancy?
Answer Posted / guest
It is a useful, memory-saving technique for multiprogrammed
timesharing systems. A Reentrant Procedure is one in which
multiple users can share a single copy of a program during
the same period. Reentrancy has 2 key aspects: The program
code cannot modify itself, and the local data for each user
process must be stored separately. Thus, the permanent part
is the code, and the temporary part is the pointer back to
the calling program and local variables used by that
program. Each execution instance is called activation. It
executes the code in the permanent part, but has its own
copy of local variables/parameters. The temporary part
associated with each activation is the activation record.
Generally, the activation record is kept on the stack.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
How do I get to the root directory?
What is the purpose of system programs?
Explain smp.
Explain briefly about linker and its functioning?
What are the different types of kernel?
Explain any program using Semaphores.
What are the different raid levels?
Where are chkdsk logs stored?
What are the disadvantages of microkernels?
What command is used to remove the password assigned to a group?
When did 64 bit come out?
How do I enable vlc plugin in chrome?
What are advantages of operating system?
Name the functions constituting the os's memory management.
Which is better internet explorer or edge?