home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / arch / 10801 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.9 KB  |  39 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!usc!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!darwin.sura.net!sgiblab!munnari.oz.au!uniwa!cujo!cc.curtin.edu.au!zrepachol
  3. From: zrepachol@cc.curtin.edu.au
  4. Subject: Re: IDE faster than Mips SCSI disk
  5. Message-ID: <1992Nov17.050504.1@cc.curtin.edu.au>
  6. Lines: 27
  7. Sender: news@cujo.curtin.edu.au (News Manager)
  8. Organization: Curtin University of Technology
  9. References: <1992Nov6.033942.21194@ntuix.ntu.ac.sg> <MAD.92Nov7220823@amber.math.keio.ac.jp> <k2.721260853@woodstock> <6215@tuegate.tue.nl> <k2.721304278@woodstock>
  10. Date: Mon, 16 Nov 1992 20:05:04 GMT
  11.  
  12. In article <k2.721304278@woodstock>, k2@bl.physik.tu-muenchen.de (Klaus Steinberger) writes:
  13. > tgcpwd@rw9.urc.tue.nl (Wim van Dorst) writes:
  14. ...
  15. > I did have VMS Posix running on my VAX, and it gives indeed better
  16. > results. I'm seeing results in the 200 - 300 kBytes/sec range.
  17. > (A little MVIII, with SMD disks, platter rate around 2Mb/sec).
  18. > I did not know how well the Posix environment did emulate Unix
  19. > system calls, so I think native VMS programs with their ugly $QIO
  20. > interface will see better rates.
  21. Yep, but you will need to specify contiguous files, lock the buffers into your
  22. working set, run at a high real-time priority... Them you should get xfer rates
  23. that aproach the platter speed of the drive.
  24. On a Q-bus RSX ( PDP-11 ) system years ago I could pull >2MB/sec off 3 Fugitsu
  25. ESDI drives. This was mainly due to defered writes in the controller cache.
  26. The RSX case was multiple tasks BTW, not a single read stream. The best IO with-
  27. out a cache is ~1.1MB/sec from 1.2MB/sec SMD drives, dual ported to an 11/70.
  28. Again this was multiple streams.
  29.  
  30. A VMS system will also show how bad fragmentation can be to performance. Just
  31. remove the contig bit from the create and turn it lose on a near full busy
  32. disk!
  33.  
  34. All this only proves that we are infact measuring everything EXCEPT disk speed!!
  35.  
  36. ~Paul
  37.  
  38.