Encyclopedia > Reentrant

  Article Content

Reentrant

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
Islip Terrace, New York

... 3.21 and the average family size is 3.51. In the town the population is spread out with 29.5% under the age of 18, 6.7% from 18 to 24, 33.6% from 25 to 44, 20.6% from 45 ...

 
 
 
This page was created in 29 ms