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

  1. Document 1205
  2. Slow Disk Transfers
  3.  
  4. Initials:
  5.         LM/ABD
  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. Digital Research is currently investigating this
  43.         problem. Please keep in contact with technical support for more
  44.         information.
  45.  
  46.         ***************************************************************
  47.  
  48.                         Slow disk access on older systems
  49.  
  50.  
  51.         Some customers with old systems, BIOS etc. report slow disk
  52.         access time.  This is not at initial log to the drive, but rather
  53.         during file reads from within specific applications.  This is not
  54.         resolved by eliminating memory manager, or booting without TSR's,
  55.         etc.  SUPERPCK cannot be run due to memory limitations.
  56.         Customers have reported that the problem is resolved by using
  57.         DRIVER.SYS in CONFIG.SYS.  After DRIVER.SYS is loaded, refer to
  58.         the drive with the new drive spec assigned; for example, A: drive
  59.         might be accessed with D:.  You may use the command ASSIGN A=D,
  60.         for example, in order to continue to access the drive as A: for
  61.         consistency with existing applications.
  62.  
  63.         Note that DRIVEPARM does achieve the same results, because the
  64.         BIOS is still used for drive access.
  65.  
  66.         ***************************************************************
  67.  
  68.         There is an apparent delay when first accessing a floppy drive,
  69.         during which DR DOS actually reads data from the disk. This
  70.         initial read will make subsequent commands from a floppy run
  71.         faster since the directory and FAT tables have already been
  72.         accessed.
  73.