home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1868 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.9 KB  |  39 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!alistair
  3. From: alistair@microsoft.com (Alistair Banks)
  4. Subject: Re: Info on NTFS internals ?
  5. Message-ID: <1992Nov09.043511.9921@microsoft.com>
  6. Date: 09 Nov 92 04:35:11 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Nov2.164603.21540@decuac.dec.com> <1992Nov04.053326.643@microsoft.com> <1992Nov5.155204.19448@decuac.dec.com>
  9. Lines: 28
  10.  
  11. In article <1992Nov5.155204.19448@decuac.dec.com> baker@westsd.dco.dec.com (Art Baker) writes:
  12. >
  13. >It would be possible, I believe to desribe the algorithms/methods used
  14. >by the NTFS driver without revealing anything that would put Microsoft
  15. >at a competitive disadvantage.
  16. >
  17. >My own employer, Digital Equipment, has published an entire book
  18. >describing both the on-disk block structure *and* the interaction of the
  19. >Files-11 XQP for VMS. Similar documentation exists for OSF/1 and most
  20. >other flavors of UNIX.
  21. >
  22. >As to why:  Because it's nearly impossible to write high-performance
  23. >code that treats the entire disk-subsystem as a black box. This is going
  24. >to be particularly true if/when WNT becomes the OS of choice on large
  25. >server-machines.  In these kinds of disk-intensive environments,
  26. >information about the disk-subsystem's allocation strategies, locking
  27. >policies, buffering schemes, etc, becomes crucial to squeezing the greatest 
  28. >number of I/O's out of the system.  A simple list of file-system features
  29. >does not meet this need.
  30.  
  31. Thank you for the description - I understand much better what you're asking
  32. for now. As someone later refers to, we did previously write such an article
  33. about the mechanisms of HPFS. There are many articles yet to be written
  34. about Windows NT, even though Inside Windows NT is out! This certainly
  35. appears to be one such article - To my knowledge, this hasn't
  36. been written yet, so I'll ask that it does get written and published
  37.  
  38. -- Alistair
  39.