Cantitate/Preț
Produs

ZooKeeper

Autor Flavio Junqueira, Benjamin Reed
en Limba Engleză Paperback – 2 dec 2013
Building distributed applications is difficult enough without having to coordinate the actions that make them work. This practical guide shows how Apache ZooKeeper helps you manage distributed systems, so you can focus mainly on application logic. Even with ZooKeeper, implementing coordination tasks is not trivial, but this book provides good practices to give you a head start, and points out caveats that developers and administrators alike need to watch for along the way.

In three separate sections, ZooKeeper contributors Flavio Junqueira and Benjamin Reed introduce the principles of distributed systems, provide ZooKeeper programming techniques, and include the information you need to administer this service.
* Learn how ZooKeeper solves common coordination tasks
* Explore the ZooKeeper API’s Java and C implementations and how they differ
* Use methods to track and react to ZooKeeper state changes
* Handle failures of the network, application processes, and ZooKeeper itself
* Learn about ZooKeeper’s trickier aspects dealing with concurrency, ordering, and configuration
* Use the Curator high-level interface for connection management
* Become familiar with ZooKeeper internals and administration tools
Citește tot Restrânge

Preț: 20247 lei

Preț vechi: 25309 lei
-20% Nou

Puncte Express: 304

Preț estimativ în valută:
3875 4030$ 3247£

Carte tipărită la comandă

Livrare economică 13-27 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781449361303
ISBN-10: 1449361307
Pagini: 238
Dimensiuni: 176 x 231 x 13 mm
Greutate: 0.4 kg
Editura: O'Reilly

Notă biografică


Cuprins

  • Preface
  • ZooKeeper Concepts and Basics
    • Chapter 1: Introduction
    • Chapter 2: Getting to Grips with ZooKeeper
  • Programming with ZooKeeper
    • Chapter 3: Getting Started with the ZooKeeper API
    • Chapter 4: Dealing with State Change
    • Chapter 5: Dealing with Failure
    • Chapter 6: ZooKeeper Caveat Emptor
    • Chapter 7: The C Client
    • Chapter 8: Curator: A High-Level API for ZooKeeper
  • Administering ZooKeeper
    • Chapter 9: ZooKeeper Internals
    • Chapter 10: Running ZooKeeper
  • Index
  • Colophon

Descriere

This practical guide shows how Apache ZooKeeper helps you manage distributed systems, so you can focus mainly on application logic. Even with ZooKeeper, implementing coordination tasks is not trivial, but this book provides good practices to give you a head start.