Localhost is a custom HTTP/1.1 web server written in Rust, built from scratch using non-blocking I/O and epoll. The goal of this project is to understand how a real web server works internally and to ...
[UPDATE] In localhost setup rust gets 0% failed requests and almost 90-93% cpu consumption. Memory is ample 15g free in both cases of rust. But in remote client setup cpu consumption don't go beyond ...