home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / msdos / apps / 4179 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.6 KB  |  35 lines

  1. Newsgroups: comp.os.msdos.apps
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei2.uucp (Fuzzy Fox)
  4. Subject: Re: Stacker
  5. Message-ID: <1992Jul31.194848.17559@rei2.uucp>
  6. Date: Fri, 31 Jul 1992 19:48:48 GMT
  7. References: <2095@ncr-mpd.FtCollins.NCR.COM> <7178@ds5000.DAC.Northeastern.edu> <1992Jul30.164625.14719@progress.com>
  8. Organization: REI
  9. Lines: 24
  10.  
  11. leary@progress.COM (James Leary) writes:
  12.  
  13. >Another point that people may overlook: when using Smartdrive or other on-
  14. >board disk-caching method, Stacker does not utilize it well, if at all.  I
  15. >believe it has something to do with Stacker intercepting disk interrupts
  16. >BEFORE the cache has a chance to see them.
  17.  
  18. That's not quite it; the Stacker software, due to its compression of
  19. individual sectors, ends up spreading virtual sectors around the disk,
  20. due to fragmentation within the Stacker volume.  Thus, cache programs
  21. that expect sector 121 and sector 122 to be located physically next to
  22. each other come out wrong.  However, cache programs don't normally cache
  23. a Stacker volume, but the principal applies to the uncompressed volume
  24. as well...If a program reads several adjacent sectors from the Stacker
  25. drive, it can translate to several UN-adjacent sectors within the
  26. stacker volume, thus defeating the locality-of-reference principal that
  27. most cache programs depend on.  Use the SDEFRAG utility occasionally,
  28. and you may find some performance improvement.
  29.  
  30. -- 
  31. #ifdef TRUE         | Fuzzy Fox                  fuzzy@netcom.com
  32. #define  TRUE   0   | a.k.a. David DeSimone      an207@cleveland.freenet.edu
  33. #define  FALSE  1   |          "This article was probably generated
  34. #endif              |                  by a buggy news reader."
  35.