From 0dfc6e783f926e063f7ea3b1cfed0a6a66002260 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Thu, 17 Mar 2011 17:30:17 -0300 Subject: [PATCH] Make reference to aguilera point to the 2000 version, and not to the 1998 version. --- bibliography.bib | 46 +++++++++++++++++++++++++++++++--------------- mscMonografia.tex | 4 ++-- 2 files changed, 33 insertions(+), 17 deletions(-) diff --git a/bibliography.bib b/bibliography.bib index 1695a53..d6bb589 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -1,20 +1,5 @@ % THIS IS A COPY, DO NOT EDIT IT!! % REFEER TO ORIGINAL /home/rodrigo/Dropbox/papers//bibliography.bib -@incollection{springerlink:aguilera98, - author = {Aguilera, Marcos K. and Chen, Wei and Toueg, Sam}, - affiliation = {Cornell University, Computer Science Department, Ithaca NY 14853-7501, USA {aguilera,weichen,sam}@cs.cornell.edu}, - title = {Failure Detection and Consensus in the Crash-Recovery Model}, - booktitle = {Distributed Computing}, - series = {Lecture Notes in Computer Science}, - editor = {Kutten, Shay}, - publisher = {Springer Berlin / Heidelberg}, - isbn = {}, - pages = {497-497}, - volume = {1499}, - note = {}, - year = {1998} -} - @InProceedings{labos2009:viera09, address = {Estoril, Lisbon, Portugal}, affiliation = {EPFL}, @@ -994,3 +979,34 @@ address = {Los Alamitos, CA, USA}, publisher = {ACM}, address = {New York, NY, USA}, } + +@article{10.1109/DOA.1999.794001, +author = {Pascal Felber and Xavier Défago and Rachid Guerraoui and Philipp Oser}, +title = {Failure Detectors as First Class Objects}, +journal ={Distributed Objects and Applications, International Symposium on}, +volume = {0}, +isbn = {0-7695-0182-6}, +year = {1999}, +pages = {132}, +doi = {http://doi.ieeecomputersociety.org/10.1109/DOA.1999.794001}, +publisher = {IEEE Computer Society}, +address = {Los Alamitos, CA, USA}, +} +@article{Aguilera:2000:FDC:1035750.1035753, + author = {Aguilera, Marcos Kawazoe and Chen, Wei and Toueg, Sam}, + title = {Failure detection and consensus in the crash-recovery model}, + journal = {Distrib. Comput.}, + volume = {13}, + issue = {2}, + month = {April}, + year = {2000}, + issn = {0178-2770}, + pages = {99--125}, + numpages = {27}, + url = {http://portal.acm.org/citation.cfm?id=1035750.1035753}, + doi = {10.1007/s004460050070}, + acmid = {1035753}, + publisher = {Springer-Verlag}, + address = {London, UK}, + keywords = {asynchronous systems, consensus, failure detection, fault tolerance, process crash, process recovery, stable storage}, +} \ No newline at end of file diff --git a/mscMonografia.tex b/mscMonografia.tex index 1d32c06..4579bd9 100644 --- a/mscMonografia.tex +++ b/mscMonografia.tex @@ -327,7 +327,7 @@ ele. A seguinte classificação dos processos em função a seu comportamento de falhas é tomada de Aguilera, Chen e -Toueg~\cite{springerlink:aguilera98}. Seja o padrão de falhas \(F\) +Toueg~\cite{Aguilera:2000:FDC:1035750.1035753}. Seja o padrão de falhas \(F\) uma função de \(\mathcal{T}\) a \(2^\Pi\), tal que \(F(t)\) representa o conjunto dos processos que não estão presentes no sistema no tempo \(t\). Um processo está \textit{ativo no tempo} \(t\) (em \(F\)) se @@ -365,7 +365,7 @@ processos, tal que \(v_i^0\) \(p_i\). Eventualmente cada processo \(p_i\) tem que \textit{decidir} um valor \(decide(p_i) = v_i\), tal que todos os processos corretos concordem neste, e as seguintes propriedades forem -satisfeitas~\cite{springerlink:aguilera98}: +satisfeitas~\cite{Aguilera:2000:FDC:1035750.1035753}: \begin{description} \item[Validade uniforme] se um processo decide $v$, então algum -- 2.11.4.GIT