Skip to content

Distributed lock: Implement using mysql and zookeeper

Notifications You must be signed in to change notification settings

surfing1231/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

  • Python 100.0%