To run the code you first need to build ./httpserver by doing:
$make
(If you want to delete the binaries run $make clean)
Next, you can start the server by doing:
where
-N ${num_threads} and -l ${logfile_name} my be ommited
This server will fail with concurrent requests to the same resource.
To stop the server on MACOS/LINUX press ctrl and C.