- Installed ZeroMQ
- minimum Java 8
I'm using Ricart-Agrawala Algorithm for mutual exclusion
I'm using ZMQ.Proxy to dynamically create group with processes that will be taken into consideration during requesting Critical Section.
New process (NP) subscribe to Proxy Publisher port for messages.
Then it publish message to Proxy Subscirber Port with itself infos (IP and PORT): "NEW", "IP;PORT".
Other processes then add the NP's info into List with IP and Port.
TODO
TODO