home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t109 / 1.ddi / !UTL_UNI.LZH / README.CCH < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.7 KB  |  35 lines

  1. WORM AND REWRITABLE DEVICE DRIVER CACHING MODES
  2. ===============================================
  3.  
  4.  With the combination of WORM and rewritable device drivers into
  5.  one "UNI"-driver, Corel incorporated two caching modes: one for
  6.  WORM drives and one for rewritable drives.
  7.  
  8.  The default caching mode for WORM drives writes data to cache
  9.  buffers. When the cache buffers are full, the device driver flushes
  10.  the data to the WORM cartridge. By default, if cache buffers aren't
  11.  full and 1/5 of a second passes without any data being written to the
  12.  buffers, the driver flushes the data to the cartridge. To specify the
  13.  number of cache buffers allocated to a WORM drive, use the
  14.  device driver switch /Cn, where "n" represents the number
  15.  of cache buffers.
  16.  
  17.  Unlike WORM cartridges, rewritable cartridges don't
  18.  provide a permanent record of information. Therefore, the
  19.  default caching mode of rewritable drives is set to "write
  20.  pass through". Data is written to the cache buffers and the
  21.  cartridge at the same time to provide an additional level
  22.  of security for data. 
  23.  
  24.  If you want faster read and writes for your rewritable drives, you 
  25.  can specify the device driver switch /CNn, where "n" represents 
  26.  the number of cache buffers. This switch sets the caching mode of
  27.  rewritable drives to the default WORM caching mode: data is
  28.  written to cache buffers until they're full or 1/5 of a second of
  29.  inactivity passes, and then flushed to the cartridge. 
  30.  
  31.  The /CNn switch increases write times by up to 200%. However, if
  32.  a power loss or drive failure occurs, you'll lose any data that 
  33.  hasn't been flushed from the cache buffers. A directory that once
  34.  pointed to valid files may point to invalid data after a reboot.
  35.