home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / programm / 3798 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!umriscc!mcs213c.cs.umr.edu!johns
  2. From: johns@mcs213c.cs.umr.edu (John Stone)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Hard Disk Interrupts?
  5. Message-ID: <5544@umriscc.isc.umr.edu>
  6. Date: 26 Jul 92 22:45:55 GMT
  7. References: <1992Jul26.150420.3389@rock.concert.net>
  8. Sender: news@umriscc.isc.umr.edu
  9. Organization: University of Missouri - Rolla
  10. Lines: 27
  11.  
  12. In article <1992Jul26.150420.3389@rock.concert.net> rls@.wedge.nt.com (Robert L. Smith) writes:
  13. >
  14. >    I've been using OS2/2.0 for a month or so, on a '386DX with two
  15. >hard drives, and get the impression that OS2 does nothing else --
  16. >i.e., suspends multitasking -- while a hard disk operation is in
  17. >progress.  If true, the reason may be that OS2 must poll the hard
  18. >drive adapter to detect completion.  One piece of evidence for this
  19. >conclusion (among others) is that a simple disk-to-disk copy operation
  20. >in one partition disrupts a 9600-baud com transfer controlled by
  21. >another.
  22.  
  23.    I don't know anything about your specific setup, but one of my
  24. friends has an adaptec 1740 Bus master eisa (with OS/2 drivers) scsi 
  25. controller, and we have run disk/cpu benchmarks simultaneously to 
  26. see how badly the disk access slows the other process, and both 
  27. tasks complete in about 1.3 times that time as they would alone 
  28. (as opposed to 2.0 times the time..)
  29.  
  30. BUT, I do know that you should take PRIORITY_DISK_IO and set it to NO 
  31. in your config.sys, otherwise it doesn't matter what disk controller you 
  32. have.....
  33.  
  34. Try changing your config.sys, and see how that works for you.
  35.  
  36. Later,
  37.          John Stone
  38.          johns@cs.umr.edu
  39.