Skip to content

jerusalemc/DistributedLock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DistributedLock

Reruirements

  • python2: zmq, json, argparse, subprocess, multiprocessing

Implementation

./start_servers.py

./client.py --cid 1(2, 3)

then input command like 'lock k1 1' or 'unlock k1 1' or 'check k1 1'

About

Simulated distributed lock using multi-threading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages