home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / ibm / pc / hardware / 23891 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  2.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!elroy.jpl.nasa.gov!sdd.hp.com!think.com!cayman!carl
  2. From: carl@Cayman.COM (Carl Heinzl)
  3. Newsgroups: comp.sys.ibm.pc.hardware
  4. Subject: Re: Memory Cache questions
  5. Message-ID: <CARL.92Sep10103158@atlantis.Cayman.COM>
  6. Date: 10 Sep 92 14:31:58 GMT
  7. References: <1992Sep7.193149.23396@newstand.syr.edu>
  8.     <1992Sep10.003938.9490@sarah.albany.edu>
  9. Sender: news@cayman.COM
  10. Organization: Cayman Systems Inc., Cambridge, MA
  11. Lines: 33
  12. Nntp-Posting-Host: atlantis
  13. In-reply-to: jjo619@thor.albany.edu's message of 10 Sep 92 00:39:38 GMT
  14. bcc: carl
  15.  
  16.  
  17. >I was wondering if you could use regular (non static) ram for a
  18. >memory cache.  I realize that static memory is used because it
  19. >remembers when the power goes off, but after using the computer the
  20. >cache should be filled with instuctions.  It seems to me that the
  21. >static memory is only better than regular memory at start up time.
  22. >The reason for all this is that static ram is much more expensive than
  23. >regular ram.  I do realize that cache ram is fast and so is more
  24. >expensive but I believe that regular (ie non statice) would be
  25. >cheaper.
  26.  
  27. You have a major misconception.  Static Ram (or SRAM as it's called)
  28. does *NOT* remember ANYTHING when the power is turned off.  Static ram
  29. is different from Dynamic Ram (DRAM) in that it does not have to be
  30. REFRESHED while the machine is turned on.  Refresh is handled by the
  31. hardware - you have absolutely *NOTHING* to do to make this happen
  32. (although some advanced BIOS' do have a slow refresh option which may
  33. give you an extra couple of percent performance).
  34.  
  35. Think of SRAM as a bucket that can either be full of water or empty.
  36. Now think of DRAM as a bucket with a little hole in the bottom.  If
  37. someone doesn't periodically come around and say - hey that bucket
  38. should be full, I better fill it the water will drain out (i.e. the
  39. charge on the memory cell will drain out, literally).
  40.  
  41. Now, NVRAM (Non-Volatile Memory) is memory that remembers when the
  42. power is turned off.  This can be accomplished by several methods
  43. which are beyond the time I have to type this answer, sorry.  I hope
  44. you get the basic idea, though.
  45.  
  46. -Carl-
  47.  
  48. --
  49.