Encyclopedia > Re-entrant

  Article Content

Reentrant

Redirected from Re-entrant

A computer program or routine is described as reentrant if it is designed such that a single copy of the program's instructions in memory can be shared by multiple users or separate processes. The key to the design of a reentrant program is to ensure that no portion of the program code is modified by the different users/processes, and that process-unique information (such as local variables) is kept in a separate area of memory that is distinct for each user or process.

Reentrant programming is key to many systems of multitasking.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Thomas a Kempis

... Cologne in 1838, contained at the time 400 different editions. De Backer (Essai, ut inf.) enumerates 545 Latin and about 900 French editions. Originally written in ...

 
 
 
This page was created in 37.9 ms