Changes between Initial Version and Version 1 of Ticket #220


Ignore:
Timestamp:
Sep 6, 2011, 11:51:57 PM (13 years ago)
Author:
adehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #220 – Description

    initial v1  
    1 ZooKeeper is kinda neat for building locking, work queues, etc. for distributed systems. It looks like it supports the authentication and authorization primitives we'd need, so I think this should be fairly easy to deploy (http://zookeeper.apache.org/doc/r3.1.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl). It's also designed to be clustered. Unfortunately, I don't think there's quotas.
     1ZooKeeper is kinda neat for building locking, work queues, etc. for distributed systems. It looks like it supports the authentication and authorization primitives we'd need, so I think this should be fairly easy to deploy (http://zookeeper.apache.org/doc/r3.1.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl). It's also designed to be clustered. Quotas nominally exist, but I don't see details of how to use them (http://zookeeper.apache.org/doc/r3.1.2/zookeeperQuotas.html#Setting+Quotas).