/feup-sope-server-client

A server-client implementation where multiple threads are concurrently handling mock requests.

Primary LanguageC

feup-sope-server-client

Motivation

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.