Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
What Is Apache ZooKeeper
What is Apache ZooKeeper?
✍: FYIcenter.com
Apache ZooKeeper is an open-source server which enables highly
reliable distributed coordination.
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.
ZooKeeper itself is intended to be replicated. And each instance can manage multiple clients as shown below:
Releases of Apache ZooKeeper, zookeeper.jar:
JAR Name JDK FYI Date -------- --- --- ---------- zookeeper-3.7.0.jar 7 src 2021-03-17 zookeeper-3.4.5.jar 2012-11-05
For more information, see Apache ZooKeeper Website.
Â
⇒ Apache ZooKeeper Server Source Code
⇠Downloading and Reviewing zookeeper.jar
⇑ Downloading and Reviewing zookeeper.jar
⇑⇑ FAQ for Apache ZooKeeper
2022-02-04, 374👍, 0💬
Popular Posts:
How to download and install JDK (Java Development Kit) 6? If you want to write Java applications, yo...
The Digester package lets you configure an XML -> Java object mapping module, which triggers certain...
What Is js.jar in Rhino JavaScript 1.7R5? js.jar in Rhino JavaScript 1.7R5 is the JAR file for Rhino...
jlGui is a music player for the Java platform. It is based on Java Sound 1.0 (i.e. JDK 1.3+). It sup...
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications ...