Computer and Internet
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Computer and Internet

On this forum you can find interesting things about Computers and Internet!
 
HomeLatest imagesSearchRegisterLog in

 

 concept of Reentrancy?

Go down 
AuthorMessage
Grace12894




Posts : 17
Join date : 2012-10-29
Age : 44
Location : united state

concept of Reentrancy? Empty
PostSubject: concept of Reentrancy?   concept of Reentrancy? I_icon_minitimeSat Nov 24, 2012 3:52 am

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.
Note: A reentrant procedure can be interrupted and called by an interrupting program, and still execute correctly on returning to the procedure.
Back to top Go down
http://www.latinmusicinstitute.com/
 
concept of Reentrancy?
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Computer and Internet :: Computers :: About Computers-
Jump to: