From 35a7242bc7b40da68aa4ddf6083f3c6c4f820c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20P=C3=A5lsson?= Date: Fri, 25 Mar 2011 14:06:26 +0100 Subject: [PATCH] =?UTF-8?q?Added=20FC=20G=C3=A4rtner=20to=20bibliography?= =?UTF-8?q?=20(fault=20tolerance)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bibliography.bib | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/bibliography.bib b/bibliography.bib index 20c37ad..6dda3b6 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -108,3 +108,22 @@ publisher = {IEEE Computer Society}, address = {Los Alamitos, CA, USA}, } + +@article{Gartner:1999:FFD:311531.311532, + author = {G\"{a}rtner, Felix C.}, + title = {Fundamentals of fault-tolerant distributed computing in asynchronous environments}, + journal = {ACM Comput. Surv.}, + volume = {31}, + issue = {1}, + month = {March}, + year = {1999}, + issn = {0360-0300}, + pages = {1--26}, + numpages = {26}, + url = {http://doi.acm.org/10.1145/311531.311532}, + doi = {http://doi.acm.org/10.1145/311531.311532}, + acmid = {311532}, + publisher = {ACM}, + address = {New York, NY, USA}, + keywords = {agreement problem, asynchronous system, consensus problem, failure correction, failure detection, fault models, fault tolerance, liveness, message passing, possibility detection, predicate detection, redundancy, safety}, +}