home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / apple2 / 25851 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!nntp-server.caltech.edu!toddpw
  2. From: toddpw@cco.caltech.edu (Todd P. Whitesel)
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re: re-entrant programs
  5. Message-ID: <1h3m6aINNl74@gap.caltech.edu>
  6. Date: 21 Dec 92 05:54:18 GMT
  7. References: <BzIxqD.9Ln@griffin.cuc.ab.ca> <behrenss.724868406@hphalle6>
  8. Organization: California Institute of Technology, Pasadena
  9. Lines: 15
  10. NNTP-Posting-Host: arrester.caltech.edu
  11.  
  12. behrenss@Informatik.TU-Muenchen.DE (Soenke Behrens) writes:
  13.  
  14. >>    o What are some examples of re-entrant software?
  15.  
  16. >Unix kernals. 
  17.  
  18. Not really. The depths of the kernel usually are not reentrant, in order to
  19. simplify things so the O/S is finished and out the door quicker. One notorious
  20. violation is Sun NFS, which hogs the machine anytime it feels like it. You need
  21. a fast SPARC (2 or later) and lots of memory or else NFS bogs the machine down
  22. big time. I use an IPC with 8 megs at work, and anything I run often I copy to
  23. the local disk. It makes a big difference.
  24.  
  25. Todd Whitesel
  26. toddpw @ cco.caltech.edu
  27.