home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / ibm / pc / misc / 14656 < prev    next >
Encoding:
Text File  |  1992-11-13  |  2.4 KB  |  41 lines

  1. Newsgroups: comp.sys.ibm.pc.misc
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!sdd.hp.com!hp-col!fc.hp.com!chuckc
  3. From: chuckc@fc.hp.com (Chuck Cairns)
  4. Subject: Re: Caching controllers <Was: RE: comp.sys.ibm.pc.misc>
  5. Sender: news@fc.hp.com (news daemon)
  6. Message-ID: <Bxn4nM.Msu@fc.hp.com>
  7. Date: Fri, 13 Nov 1992 05:59:46 GMT
  8. References: <BxLvIJ.AtF@newcastle.ac.uk>
  9. Organization: Hewlett-Packard Fort Collins Site
  10. X-Newsreader: TIN [version 1.1.6 PL6]
  11. Lines: 28
  12.  
  13. : >To make a long story short "if you get a caching
  14. : >  disk controller YOU LOSE THE OPTION of where the memory gets used."
  15. : I disagree. I have a IDE cache-ing controller on my new PC (486DX-33). At first I was dubious of the benefits of a hardware cache over the software option, but not now.....
  16. : The main advantage is that your main CPU is not burdened with the mundane cache control functions and can get on with pushing Windows (or whatever) along.
  17. : It is particularly noticeable to me when I'm compiling, I save then compile my source code, with the IDE cache this is done in parallel, software cacheing could not do this.
  18. : A further advantage is gained if you use "write-back cacheing" (disk writes are cached as well as reads). If you use software chaching and your machine crashes (not so unusual even under Win 3.1) bang goes your new data... This does not happen in hardware chaching.
  19.  
  20. This is not necessarily true! Certainly there are cases where a software crash
  21. can occur and the hardware controller will save you. BUT a power glitch, for 
  22. example (unless you have a an UPS) could just as easily lose date on the card 
  23. as in main memory.  Non-volatile hardware cache would be super.
  24.  
  25. Don't confuse adding more CPU power ( i.e.  the CPU on the controller)
  26. with a direct hardware cacheing "advantage".  If you spend X dollars
  27. more for a cacheing controller, what extra CPU power could you have
  28. gotten instead.  Buying the faster CPU instead gets you the power to use in a
  29. broad range of areas not just to move bytes onto the disk.  This is also
  30. why I am a fan of SCSI with bus-mastering.  Here the CPU doesn't ((may
  31. not )have to move the bytes at all since the SCSI card does all the
  32. work.  Moreover, one can have several seeks/writes/reads all in process
  33. at once.  
  34.  
  35. In short, probably the most effective is to add memory and CPU speed
  36. with straight IDE and then go SCSI if you need more performance.
  37.  
  38. My $.02,
  39. cc
  40.