Skip to content

yunjianfei/distributed_lock

Repository files navigation

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

About

Distributed lock: Implement using mysql and zookeeper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages