~robert-ayres/charms/precise/zookeeper/fix-symlink

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Jorge O. Castro
  • Date: 2014-09-11 18:38:13 UTC
  • mfrom: (9.1.1 zookeeper)
  • Revision ID: jorge@ubuntu.com-20140911183813-i49kit16doewrsne
[bcsaller] Fix charm proof.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ZooKeeper is a centralized service for maintaining configuration information,
 
2
naming, providing distributed synchronization, and providing group services.
 
3
All of these kinds of services are used in some form or another by distributed
 
4
applications. Each time they are implemented there is a lot of work that goes
 
5
into fixing the bugs and race conditions that are inevitable. Because of the
 
6
difficulty of implementing these kinds of services, applications initially
 
7
usually skimp on them ,which make them brittle in the presence of change and
 
8
difficult to manage. Even when done correctly, different implementations of
 
9
these services lead to management complexity when the applications are
 
10
deployed.