home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / misc / 17099 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.3 KB  |  28 lines

  1. Newsgroups: comp.sys.amiga.misc
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!chsun!bernina!neptune!umueller
  3. From: umueller@iiic.ethz.ch (Urban Dominik Mueller)
  4. Subject: Re: csh 5.19 and CshResident
  5. Message-ID: <1992Nov19.002101.8539@neptune.inf.ethz.ch>
  6. Sender: news@neptune.inf.ethz.ch (Mr News)
  7. Nntp-Posting-Host: c11
  8. Organization: Dept. Informatik, Swiss Federal Institute of Technology (ETH), Zurich, CH
  9. References: <BxsJpC.6IG@ccu.umanitoba.ca>
  10. Date: Thu, 19 Nov 1992 00:21:01 GMT
  11. Lines: 15
  12.  
  13. In article <BxsJpC.6IG@ccu.umanitoba.ca> kaarts@ccu.umanitoba.ca (Kenneth John Aarts) writes:
  14. >
  15. >What does the environment variable CshResident do?  Csh 5.19 tries to open it
  16. >every time it is started.  An egrep of csh: revealed nothing.
  17.  
  18. A small optimization. Csh allows delayed loading of programs to be made 
  19. resident. The names of those programs are stored in environment variables
  20. (since the apply to any invocation of csh). This would mean checking for
  21. and ENV: variable on every starting of an external prog, which is slowish
  22. and messes up SnoopDos. Thus, the variable CshResident is set if there
  23. are any delayed residents, and is checked for by every new invocation of
  24. csh. (Yes, I know about the race conditions).
  25.   -Dominik
  26.  
  27.  
  28.