home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / apple2 / 25932 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.5 KB  |  34 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!news.belwue.de!news.uni-stuttgart.de!news
  3. From: WULF@cip.physik.uni-stuttgart.de (Wulf Hofbauer)
  4. Subject: Re: re-entrant programs
  5. In-Reply-To: bazyar@teal.csn.org's message of Mon, 21 Dec 1992 07:17:27 GMT
  6. Message-ID: <1992Dec23.151950.12680@news.uni-stuttgart.de>
  7. Sender: news@news.uni-stuttgart.de (USENET News System)
  8. Organization: CIP-Pool Physics Dept, University of Stuttgart, FRG
  9. References: <BzIxqD.9Ln@griffin.cuc.ab.ca> <bazyar.724922247@teal>
  10. Date: Wed, 23 Dec 1992 15:19:50 GMT
  11. X-News-Reader: VMS NEWS 1.24
  12. Lines: 20
  13.  
  14.  <bazyar.724922247@teal> bazyar@teal.csn.org writes:
  15.  
  16. >    're-entrant' means that more than one process may execute the program
  17. > at the same time.  Usually the term is applied only to subroutines
  18. > of a program.. recursive subroutines are reentrant, and that should
  19. > give us a starting point.
  20.  
  21. Recursive routines are not necessarily reentrant unless they work only on
  22. variables dynamically allocated to every task.
  23.  
  24.  
  25.  
  26. "Though this be madness, there is method in it." (Shakespeare)
  27. +-------------------------------------+-----------------------+
  28. !  wulf@cip.physik.uni-stuttgart.de   !  Apple // Enthusiast  !
  29. +-------------------------------------+-----------------------+
  30. ! Wulf Hofbauer * Heilbronner Str. 12 * W-7146 Tamm * Germany !
  31. !                      Tel. 07141/602518                      !
  32. +-------------------------------------------------------------+
  33.  
  34.