home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / ingres / 1905 < prev    next >
Encoding:
Internet Message Format  |  1992-11-16  |  1.1 KB

  1. Path: sparky!uunet!walter!qualcom.qualcomm.com!network.ucsd.edu!ucsbcsl!ucsb.edu
  2. From: mliu@ucsb.edu (Mei-Ling Liu)
  3. Newsgroups: comp.databases.ingres
  4. Subject: Detecting Failure by Timeout
  5. Message-ID: <6719@ucsbcsl.ucsb.edu>
  6. Date: 16 Nov 92 16:55:13 GMT
  7. Sender: root@ucsbcsl.ucsb.edu
  8. Organization: University of California, Santa Barbara
  9. Lines: 18
  10.  
  11. In a distributed DBMS, if you are worried about site failures and communication
  12. failures, you are supposed to detect these failures by using timeouts: Site
  13. A sends a message to Site B and waits for a reply within a predetermined
  14. period of time t called the timeout period.  This timeout period is a
  15. function of many, many things, including the system load at each site, 
  16. the message propagation time, and clock skews, all of which are pretty
  17. hard to quantify.  As far as I know, no analytical study has been made
  18. on how one would arrive at a value for the timeout period.  
  19.  
  20. My question is, how is such a quantity determined in practice?  
  21. If you have implemented such a system, I would appreciate hearing 
  22. from you.  Thanks in advance.
  23.  
  24. Mei-Ling Liu
  25. Distributed Systems Lab
  26. Computer Science Department, UCSB
  27. mliu@cs.ucsb.edu
  28.  
  29.