Markos Fountoulakis 02fb32a120 Fix timer crash during exit (#5464) 6 years ago
..
Makefile.am 8fbf817ef8 modularized all source code (#4391) 6 years ago
README.md 415f57c5bf Ga (#4938) 6 years ago
static-threaded.c 02fb32a120 Fix timer crash during exit (#5464) 6 years ago
static-threaded.h 8fbf817ef8 modularized all source code (#4391) 6 years ago

README.md

static-threaded web server

The static-threaded web server spawns a fixed number of threads. All the threads are concurrently listening for web requests on the same sockets. The kernel distributes the incoming requests to them.

Each thread uses non-blocking I/O so it can serve any number of web requests in parallel.

This web server respects the keep-alive HTTP header to serve multiple HTTP requests via the same connection. [analytics]()