home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v8 / text0030.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  1.1 KB

  1. From: jbs@eddie.mit.edu (Jeff Siegal)
  2. Date: Mon, 3 Nov 86 17:44:44 EST
  3. Organization: MIT, EE/CS Computer Facilities, Cambridge, MA
  4.  
  5. In article <6206@ut-sally.UUCP> guy@sub.com (Guy Harris)
  6. >[...]  The file system was implemented by a process that ran in supervisor
  7. >mode and which received messages telling it to do things like read from or
  8. >write to a file.  Other operating systems, like RSX-11 and VMS, did the same
  9. >thing.  I believe the latest descendents of MERT, and VMS, have moved the
  10. >file system back into the kernel for performance reasons.
  11.  
  12. Quite far off, actually (at least in the case of VMS).  Current
  13. versions of VMS have replaced the disk filesystem ACP (which
  14. previously was a separate process) with the XQP, a separate instance
  15. of which exists in _each_process_ (the code is shared).  This resulted
  16. in some significant performance _improvements_, and a filesystem which
  17. extends fairly easily and quite completely (including record/file
  18. locking, etc.) over different machines (using DEC's inter-system CI
  19. bus).
  20.  
  21. Jeff Siegal
  22.  
  23. Volume-Number: Volume 8, Number 31
  24.  
  25.