[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: re-entrant programs
<bazyar.724922247@teal> bazyar@teal.csn.org writes:
> 're-entrant' means that more than one process may execute the program
> at the same time. Usually the term is applied only to subroutines
> of a program.. recursive subroutines are reentrant, and that should
> give us a starting point.
Recursive routines are not necessarily reentrant unless they work only on
variables dynamically allocated to every task.
"Though this be madness, there is method in it." (Shakespeare)
+-------------------------------------+-----------------------+
! wulf@cip.physik.uni-stuttgart.de ! Apple // Enthusiast !
+-------------------------------------+-----------------------+
! Wulf Hofbauer * Heilbronner Str. 12 * W-7146 Tamm * Germany !
! Tel. 07141/602518 !
+-------------------------------------------------------------+