Costa Tsaousis e76aac74e6 moved related wiki pages into the repo (#4428) 6 years ago
..
Makefile.am 8fbf817ef8 modularized all source code (#4391) 6 years ago
README.md e76aac74e6 moved related wiki pages into the repo (#4428) 6 years ago
single-threaded.c 8fbf817ef8 modularized all source code (#4391) 6 years ago
single-threaded.h 8fbf817ef8 modularized all source code (#4391) 6 years ago

README.md

single-threaded web server

The single-threaded web server runs as a single thread inside netdata. It 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.