Cargando…

Distributed Programming Theory and Practice /

Distributed Programming: Theory and Practice presents a practical and rigorous method to develop distributed programs that correctly implement their specifications. The method also covers how to write specifications and how to use them. Numerous examples such as bounded buffers, distributed locks, m...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Shankar, A. Udaya (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Springer New York : Imprint: Springer, 2013.
Edición:1st ed. 2013.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • Introduction
  • Simple Lock
  • Bounded Buffer
  • Message-Passing Services
  • Fifo Channels from Unreliable Channels
  • Programs, Semantics and Effective Atomicity
  • Implements and Compositionality
  • SESF for Time-Constrained Programs
  • Lock using Peterson's Algorithm
  • Lock using the Bakery Algorithm
  • Distributed Lock Service
  • Distributed Lock using Timestamps
  • Channel with Termination Detection Service
  • Termination Detection for Diffusing Computations
  • Object-Transfer Service
  • Object Transfer using Path Reversal
  • Distributed Shared Memory Service
  • A Single-Copy Distributed Shared Memory
  • A Multi-Copy Distributed Shared Memory
  • Reliable Transport Service
  • Reliable Transport Protocol.