home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / theory / 464 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.0 KB

  1. Path: sparky!uunet!wupost!kuhub.cc.ukans.edu!hawk!spratt
  2. Newsgroups: comp.databases.theory
  3. Subject: Re: Transactions In OSs
  4. Message-ID: <1992Sep9.195459.16665@hawk.cs.ukans.edu>
  5. From: spratt@hawk.cs.ukans.edu (Lindsey Spratt)
  6. Date: Wed, 9 Sep 1992 19:54:59 GMT
  7. References: <1992Sep8.232718.15295@fawlty.towers.oz.au> <MILLER.92Sep9142822@alabaster.cs.rochester.edu>
  8. Organization: University of Kansas Computer Science Dept
  9. Lines: 13
  10.  
  11.  
  12. The Multics OS was extended in the early 80s with a "Data Management
  13. System".  This extension involved creating a new file type (DM files),
  14. and associated software to provide transactions/locking/journalling
  15. with any operations done on these DM files. The Multics Relational
  16. Data Store (MRDS) was rebuilt to use the new DM Services (rather than
  17. using the unprotected regular files).
  18.  
  19. Some modifications were necessary to the hardcore of Multics to
  20. support these DM files - primarily changes to the page control to
  21. integrate the paging and segmentation of DM files with the paging and
  22. segmentation of non-DM (regular) files.
  23.  
  24.