Characterizing & Improving the General Performance of Apache Zookeeper
Chandan Bagai
Broschiertes Buch

Characterizing & Improving the General Performance of Apache Zookeeper

Sub-project of Apache Hadoop

Versandkostenfrei!
Versandfertig in 6-10 Tagen
36,99 €
inkl. MwSt.
PAYBACK Punkte
18 °P sammeln!
Coordination has become one of the most vital requirements in a scenario where a group of systems are communicating with each other over a network trying to accomplish goals. Most of the distributed applications require sophisticated coordination primitives such as leader election. Apache ZooKeeper is used for cloud computing in order to provide essential synchronization and group services in a distributed environment. ZooKeeper not only possesses a wait free property, but also guarantees FIFO client ordering and linearizable writes. ZooKeeper achieves FIFO ordering by using a pipelined archit...