Proxy Server

Build a proxy server in C using threads and sockets. Every server can have up to two connections on the proxy. Client requests must be satisfied. New servers must be added to a list/array upon a request and must be removed if no request comes within 10 seconds. [Source]

Student-Markers problem

The aim of this project was to use C posix threads. This is something like the dining philosophers problem but a bit more advanced. A student must find two free markers to mark him and then release them after finishing. More details and souce are found in the attachment. [Source]