home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / 6322 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.1 KB

  1. Path: sparky!uunet!zephyr.ens.tek.com!uw-beaver!news.u.washington.edu!usenet.coe.montana.edu!rpi!scott.skidmore.edu!psinntp!psinntp!bacon!yen!chris
  2. From: chris@yen.imsi.com (Chris Payne)
  3. Newsgroups: comp.databases
  4. Subject: Re: Hot Standby DBMS's
  5. Message-ID: <CHRIS.92Aug25123032@yen.imsi.com>
  6. Date: 25 Aug 92 16:30:32 GMT
  7. References: <Bt6IsC.F00@world.std.com> <1992Aug19.052516.24063@anasaz>
  8.     <1992Aug20.192538.17842@cbnewsl.cb.att.com> <BtB7Lo.26u@world.std.com>
  9. Sender: news@bacon.IMSI.COM
  10. Organization: Moore Capital Management
  11. Lines: 12
  12. In-reply-to: edwards@world.std.com's message of 21 Aug 92 01:17:47 GMT
  13. Originator: chris@yen
  14.  
  15.  
  16.  One clean solution to the hot-backup equivalence problem is to
  17. serialize the request stream.  Guarantee that when a credit precedes a
  18. debit on one db server, it precedes the debit on all active servers.
  19. If you want to catch-up a server which is down periodically, keep a
  20. copy of the request stream.
  21.  
  22.  Ken Birman's (?) group at Cornell has a product called ISIS which
  23. provides just this functionality.  I think the firm is called Isis
  24. Development Corp.
  25.  
  26. /c
  27.