/distributed_lock

Distributed lock: Implement using mysql and zookeeper

Primary LanguagePython

distributed_lock

Distributed lock: Implement using mysql and zookeeper

mysql_lock.py: Mysql distributed lock
zk_lock.py: zookeeper distributed lock (Need python module 'kazoo')

test_mysql_lock.py: Test Mysql distributed lock
test_zookeeper_lock.py: Test zookeeper distributed lock