home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / ibm / pc / hardware / 37198 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  3.3 KB

  1. Xref: sparky comp.sys.ibm.pc.hardware:37198 comp.os.ms-windows.advocacy:4032 comp.os.ms-windows.programmer.win32:3087 comp.os.os2.advocacy:12826 comp.os.os2.programmer:8032 comp.os.linux:25516
  2. Path: sparky!uunet!paladin.american.edu!europa.asd.contel.com!darwin.sura.net!ukma!hsdndev!news.cs.umb.edu!morgan
  3. From: morgan@dl5000.bc.edu (Morgan Stair)
  4. Newsgroups: comp.sys.ibm.pc.hardware,comp.os.ms-windows.advocacy,comp.os.ms-windows.programmer.win32,comp.os.os2.advocacy,comp.os.os2.programmer,comp.os.linux
  5. Subject: Re: local bus hard disk
  6. Message-ID: <MORGAN.93Jan25164129@dl5000.bc.edu>
  7. Date: 25 Jan 93 21:41:29 GMT
  8. References: <1993Jan23.231824.24755@rose.com> <C1E0A1.HIq@unix.portal.com>
  9. Sender: news@cs.umb.edu (USENET News System)
  10. Distribution: all
  11. Organization: Institute for Space Research, Boston College
  12. Lines: 58
  13. In-Reply-To: danb@shell.portal.com's message of 25 Jan 93 02: 01:13 GMT
  14. Nntp-Posting-Host: dl5000.bc.edu
  15.  
  16.  
  17. >First of all, bus master DMA on the ISA bus (which is a local bus, just
  18. >for the 286 instead of the 486) _will_ prevent the CPU from accessing
  19. >main memory. The big deal about having a faster bus is that on a hard
  20. >drive transfer (for example) instead of the CPU grinding to a halt
  21. >(because the bus is being used to capacity) it may still run at
  22. >80% of peak performance. This is a big deal if you're using a
  23. >multitasking OS like OS/2 or whatever.
  24. >
  25. >Dan
  26.  
  27.   This message has been cross-posted to some of the comp.os... groups
  28. because I'd like to know whether or not they are multitasking when it
  29. comes to disk I/O.
  30.  
  31.   Okay, have I got this right?!?!?!
  32.  
  33. (1)
  34.   VL stands for VESA LOCAL right?
  35.  
  36. (2)
  37.   If an MS-DOS system has a very fast hard drive it still won't notice
  38. that much speedup, if any, because the ISA bus (at 5MB/sec) outruns
  39. just about every available drive's ability to read its media, and
  40. MS-DOS is going to sit around and do nothing until the file has been
  41. read anyway.
  42.  
  43.   All a VESA system will really do here is improve the performance of
  44. the cache on a caching controller.
  45.  
  46. (3)
  47.   The real impact of having a VL hard drive controller will be in a
  48. multitasking operating system, but not because disk transfers will be
  49. sped up.  When a DMA transfer is happening on an ISA (and EISA?) bus,
  50. the CPU can't do ANY processing (even from it's cache?) because the
  51. bus is locked.
  52.  
  53.   A VL card will help a multitasking operating system because there
  54. are processes which are NOT waiting for disk I/O which WOULD get held
  55. up during the slow DMA transfer from an ISA I/O card to memory.
  56.  
  57. (4)
  58.   Windows 3.1 enhanced mode doesn't count as a REAL multitasking
  59. operating system in this case because it will still sit around doing
  60. nothing while it waits for its disk I/O request to finish up (?).
  61.  
  62.   Does OS/2, does Linux, does MS-Windows 32 / MS-Windows NT count as
  63. REAL in this sense (no I'm not trying to get flamed)?
  64.  
  65. Morgan
  66. --
  67. *************************************************************************
  68. * W. Morgan Stair                        Phone: (617) 552-8783          *
  69. * Boston College                         FAX:   (617) 552-8778          *
  70. * Institute for Space Research           Email: morgan@dl5000.bc.edu    *
  71. * 4 Alfred Circle                                                       *
  72. * Bedford MA  01730                                                     *
  73. *************************************************************************
  74.