From 8020f71afd34d7696d7933659df2d763ab05542f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 16:31:17 +0200 Subject: Adding upstream version 1.37.1. Signed-off-by: Daniel Baumann --- web/server/static/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 web/server/static/README.md (limited to 'web/server/static/README.md') diff --git a/web/server/static/README.md b/web/server/static/README.md new file mode 100644 index 0000000..6a83b70 --- /dev/null +++ b/web/server/static/README.md @@ -0,0 +1,17 @@ + + +# `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. + + -- cgit v1.2.3