This repository is not active
HassanMahmoudd/Distributed_Client_Server_Application
It's a simulation for a system where there are clients communicate with the server through sockets. They can read and write a certain value. Server responsibility is to handle multiple request through threads and protect this certain value from parallel modifications.
Python