home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / textinfo / drtips.arj / 1205.TXT < prev    next >
Encoding:
Text File  |  1991-11-26  |  1.8 KB  |  47 lines

  1. Document 1205
  2. Slow Disk Transfers
  3.  
  4. Initials:
  5.         LM
  6.         09/18/91
  7.     DRDOS 6.0
  8.  
  9. Keywords:
  10.         DISK
  11.     
  12. Description:
  13.         Some customers may experience very slow data transfer rates when
  14.         their applications are doing direct disk input. The slow transfer
  15.         rate is a result of how DR DOS handles device drivers or
  16.         applications which use upper memory blocks while writing data to
  17.         the disk drive
  18.  
  19.         Under DR DOS, disk access going through UMBs is transferred to
  20.         conventional memory before it is written. It is then written one
  21.         sector at a time. This reduces 1:1 interleave down to 17:1 which
  22.         results in disk writes being 3 to 8 times slower than disk
  23.         writes going directly through conventional memory. It is only a
  24.         problem with writes to the disk, not reads.
  25.  
  26.         What would cause this slow transfer rate under DR DOS?
  27.  
  28.         1) A disk I/O driver loaded into upper memory, such as the
  29.         Stacer disk compressor or Disk Manager. The workaround is to
  30.         load the driver in conventional memory.
  31.  
  32.         Note: The DR DOS SuperStor driver averts this problem by leaving
  33.         the DMA TRANSFER part of its code in conventional memory.
  34.  
  35.         2) An application that makes disk transfers through UMBs, such
  36.         as Lotus 3, Paradox 3, Autocad 386, Autocad 11.
  37.  
  38.         Digital Research designed DR DOS to make disk writes through
  39.         conventional memory in order to protect customers with Bus
  40.         Master controllers (newer PS/2 models) or some older hardware.
  41.         Without this protection, data on their drives could be severly
  42.         corrupted.
  43.  
  44.         Digital Research is currently investigating this problem. Please
  45.         keep in contact with technical support for more information.
  46.  
  47.