Using Lock Among Multiple Applications via Mutex, Redis and Zookeeper
Implementing locking among multiple applications requires inter-process communication and synchronization mechanisms. Below we will see various approaches to do this.
Using Mutex Lock (for single machine)
One common approach is to use named mutexes t...
memorycrypt.hashnode.dev9 min read