From: Anthony U. <ant...@gm...> - 2008-07-15 22:13:06
|
I have a distributed server cluster and each of the many threads on each server has a ZooKeeper java client used to communicate to other machines. What kind of scalability can I expect from the zookeeper server? Can I just add more QuorumServers infinitely? Also, assuming I can coordinate the default watcher behavior of these various threads, would it be safe to share the ZooKeeper objects between them? |