Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    Jan 2014
    Location
    United Kingdom
    Posts
    191

    Explain the concept of Reentrancy?

    Explain the concept of Reentrancy?

  2. #2
    Registered User
    Join Date
    Feb 2014
    Location
    delhi
    Posts
    572
    I have read somewhere, Reentrant is an adjective that describes a computer program or routine that is written so that the same copy in memory can be shared by multiple users.

  3. #3

  4. #4
    Registered User
    Join Date
    Apr 2017
    Location
    Hamburg
    Posts
    742
    It is a useful, memory-saving technique for multiprogrammed time sharing systems. A Reentrant Procedure is one in which multiple users can share a single copy of a program during the same period. Reentrancy has2 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.<br>Note: A reentrant procedure can be interrupted and called by an interrupting program, and still execute correctly on returning to the procedure

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.