Extrem tiny HTTP multi-threaded/pre-forked HTTP server.
This is a simple example for socket programming and shows how to implement an HTTP server. If it is compiled with the cpp macro MULTITHREADED
it will be compiled as multi-threaded variant with Pthreads otherwise it will work as a traditional pre-forker.