/idefix

Extreme tiny HTTP multi-threaded/pre-forked HTTP server.

Primary LanguageCGNU General Public License v3.0GPL-3.0

idefix

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.