aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/iothreadpool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* restructured zenhttp (#472)Stefan Boberg2023-10-131-54/+0
| | | separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it
* adjust resource usage for dedicated servers (#466)Stefan Boberg2023-10-121-3/+8
| | | | | | | | | when dedicated mode is enabled via `--dedicated` or `server.dedicated` then we tune http.sys server settings to be more suitable for a shared server initially we tune two things * the thread pool used to service I/O requests allows a larger number of threads to be created when needed. The minimum thread count is unchanged but in dedicated server mode we double the maximum number of threads allowed * the http.sys request queue length (`HttpServerQueueLengthProperty`) is increased to 50,000 in dedicated mode. The regular default is 1,000
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+49
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees