home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DSKCACHE / ADCACH.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1990-02-21  |  1.9 KB  |  51 lines

  1.            Installation Notes for ADCache version 1.20
  2.  
  3. Before using ADCache, please read the documentation.  The
  4. default option settings are not the optimum for most computers. 
  5. You will want to change at least the memory size, and probably
  6. to enable delayed-write caching as well.
  7.  
  8. Please be careful when using delayed writes.  Although ADCache
  9. has proven quite reliable in beta testing, delayed writing is
  10. inherently more dangerous than write-through caching.  Power
  11. failures, or buggy software which locks your machine up before
  12. the disk has been updated, can corrupt your disk and lead to the
  13. loss of valuable data.  As always, a complete and recent backup
  14. is your best line of defense against disk failure.
  15.  
  16. With delayed writes, remember that your disk has not been
  17. updated until the write cycle completes or the cache has been
  18. flushed.  Most beta-testers have, at one time or another, turned
  19. off or rebooted their machines before a write has completed. 
  20. This is not a good idea!  The "-f" (flush cache) option can help
  21. here; if you have batch files that reboot your machine, insert:
  22.  
  23.      adcache -f
  24.  
  25. somewhere before the reboot.
  26.  
  27. ADCache has been tested on a number of computers running a
  28. variety of software.  It works correctly with DESQview if loaded
  29. before running DESQview.  ADCache almost certainly will *not*
  30. work with EMS emulators; don't even try it.  (80386 memory
  31. managers like 386MAX and QEMM are not emulators by this
  32. definition; ADCache works fine with both.)
  33.  
  34. I run ADCache with these options:
  35.  
  36.      adcache -a512 -w
  37.  
  38. This:
  39.  
  40.      1.   Allocates all but 512K of the available memory to the
  41.           cache, and,
  42.  
  43.      2.   Enables delayed writes with the default delay of 0.2
  44.           second.
  45.  
  46. You may also want to consider the "-i" option which will free up
  47. several K of main memory.
  48.  
  49. My address, for bug reports, complaints, and suggestions, is
  50. given in the documentation.  Let me know what you think of it!
  51.