hpcs-15-subord

Subordination: Cluster management without distributed consensus
git clone https://git.igankevich.com/hpcs-15-subord.git
Log | Files | Refs

references.bib (3908B)


      1 @book{wilde2011rest,
      2   title={{REST}: from research to practice},
      3   author={Wilde, Erik and Pautasso, Cesare},
      4   year={2011},
      5   publisher={Springer Science \& Business Media}
      6 }
      7 
      8 @incollection{kochman2012batched,
      9   title={Batched transactions for {RESTful} web services},
     10   author={Kochman, Sebastian and Wojciechowski, Pawe{\l} T and Kmieciak, Mi{\l}osz},
     11   booktitle={Current Trends in Web Engineering},
     12   pages={86--98},
     13   year={2012},
     14   publisher={Springer}
     15 }
     16 
     17 @phdthesis{armstrong2003making,
     18   title={Making reliable distributed systems in the presence of software errors},
     19   author={Armstrong, Joe},
     20   year={2003},
     21   school={The Royal Institute of Technology Stockholm, Sweden}
     22 }
     23 
     24 
     25 % second part
     26 
     27 @book{andrianov2007,
     28   title={Parallel and distributed computations (in Russian)},
     29   author={Andrianov, S. and Degtyarev, A.},
     30   isbn={9785983400733},
     31   year={2007},
     32   publisher={Saint Petersburg State University}
     33 }
     34 
     35 @article{soshmina2007,
     36   title = {Using {GRID} technologies for computations (in Russian)},
     37   author = {Soshmina, I. and Bogdanov, A.},
     38   year = {2007},
     39   series = {4},
     40   volume = {3},
     41   pages = {130--137},
     42   journal={Saint Petersburg State University Bulletin (Physics and Chemistry)}
     43 }
     44 
     45 @incollection{deg2003,
     46   title = {High Performance Computer Technologies in Shipbuilding},
     47   booktitle={OPTIMISTIC --- optimization in marine design, Mensch \& Buch Verlag, Berlin},
     48   author={Degtyarev, A.},
     49   editor={Birk, L. and Harries, S.},
     50   year={2003}
     51 }
     52 
     53 @inproceedings{lifflander2014scalable,
     54   title={Scalable replay with partial-order dependencies for message-logging fault tolerance},
     55   author={Lifflander, Jonathan and Meneses, Esteban and Menon, Harshitha and Miller, Phil and Krishnamoorthy, Sriram and Kal{\'e}, Laxmikant V},
     56   booktitle={IEEE International Conference on Cluster Computing (CLUSTER)},
     57   pages={19--28},
     58   year={2014},
     59   organization={IEEE}
     60 }
     61 
     62 @book{tel2000introduction,
     63   title={Introduction to distributed algorithms},
     64   author={Tel, Gerard},
     65   year={2000},
     66   publisher={Cambridge University press}
     67 }
     68 
     69 @inproceedings{lantz2010network,
     70   title={A network in a laptop: rapid prototyping for software-defined networks},
     71   author={Lantz, Bob and Heller, Brandon and McKeown, Nick},
     72   booktitle={Proceedings of the 9\textsuperscript{th} ACM SIGCOMM Workshop on Hot Topics in Networks},
     73   pages={19},
     74   year={2010},
     75   organization={ACM}
     76 }
     77 
     78 @inproceedings{handigol2012reproducible,
     79   title={Reproducible network experiments using container-based emulation},
     80   author={Handigol, Nikhil and Heller, Brandon and Jeyakumar, Vimalkumar and Lantz, Bob and McKeown, Nick},
     81   booktitle={Proceedings of the 8\textsuperscript{th} international conference on Emerging networking experiments and technologies},
     82   pages={253--264},
     83   year={2012},
     84   organization={ACM}
     85 }
     86 
     87 @phdthesis{heller2013reproducible,
     88   title={Reproducible Network Research with High-fidelity Emulation},
     89   author={Heller, Brandon},
     90   year={2013},
     91   school={Stanford University}
     92 }
     93 
     94 
     95 % Leader election
     96 
     97 @article{brunekreef1996design,
     98   title={Design and analysis of dynamic leader election protocols in broadcast networks},
     99   author={Brunekreef, Jacob and Katoen, Joost-Pieter and Koymans, Ron and Mauw, Sjouke},
    100   journal={Distributed Computing},
    101   volume={9},
    102   number={4},
    103   pages={157--171},
    104   year={1996},
    105   publisher={Springer}
    106 }
    107 
    108 @incollection{aguilera2001stable,
    109   title={Stable leader election},
    110   author={Aguilera, Marcos K and Delporte-Gallet, Carole and Fauconnier, Hugues and Toueg, Sam},
    111   booktitle={Distributed Computing},
    112   pages={108--122},
    113   year={2001},
    114   publisher={Springer}
    115 }
    116 
    117 @article{romano2014design,
    118   title={Design and evaluation of a parallel invocation protocol for transactional applications over the web},
    119   author={Romano, Paolo and Quaglia, Francesco},
    120   journal={IEEE Transactions on Computers},
    121   volume={63},
    122   number={2},
    123   pages={317--334},
    124   year={2014},
    125   publisher={IEEE}
    126 }
    127