home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / theory / 465 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.databases.theory
  2. Path: sparky!uunet!sun-barr!ames!pacbell.com!tandem!NewsWatcher!user
  3. From: Lyon_Jim@Tandem.Com (Jim Lyon)
  4. Subject: Re: Transactions In OSs
  5. Message-ID: <Lyon_Jim-090992133400@130.252.133.166>
  6. Followup-To: comp.databases.theory
  7. Sender: news@tandem.com
  8. Nntp-Posting-Host: 130.252.133.166
  9. Organization: Tandem Computers, Inc
  10. References: <1992Sep8.232718.15295@fawlty.towers.oz.au>
  11. Date: Wed, 9 Sep 1992 20:49:56 GMT
  12. Lines: 18
  13.  
  14. In article <1992Sep8.232718.15295@fawlty.towers.oz.au>,
  15. johnmac@fawlty.towers.oz.au (John MacLean) wrote:
  16. > Are there any operating systems (either commercial or research) that
  17. > include transaction processing as part of the core operating system.
  18. > ie: Can you start a transaction, update two files, and then complete
  19. > the transaction; with all the commit and rollback implications.
  20.  
  21. Tandem's Guardian system has had this capability for about 12 years.
  22. Each file has an attribute that says whether updates to that file
  23. belong to transactions.  This transaction manager existed long before
  24. relational databases a la SQL became popular; we implemented SQL as
  25. another object manager using the same transaction manager.
  26.  
  27.  
  28. -- Jim Lyon                          "... where the work is NonStop,
  29.    Lyon_Jim@Tandem.Com                    and we do everything twice."
  30.