TheWaWaR / simple-http-server

Simple http server in Rust (Windows/Mac/Linux)
MIT License
2.53k stars 170 forks source link

add multi-thread implementation #106

Closed insinfo closed 4 months ago

insinfo commented 4 months ago

add multi-thread implementation for fast multi users response and low latency

TheWaWaR commented 4 months ago

You can specify how many worker threads by:

-t, --threads <threads>                        How many worker threads [default: 3]