You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
Develop a client constantly requesting a server mock data.
Implementation
Each request is handled by a thread. Thread synchronization mechanisms such as mutexes and conditional variables are used to ensure shared data integrity.
Compilation
Run make at the project root.
About
A server-client implementation where multiple threads are concurrently handling mock requests.