summaryrefslogtreecommitdiffstats
path: root/web/server/single/README.md
blob: 5e125b2386bcde968f924272c3d4ee1ebd031af7 (plain)
1
2
3
4
5
6
7
# `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.
[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fweb%2Fserver%2Fsingle%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]()