Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 455 Bytes

HttpServer

Simple HTTP server for static content return. The server is based on Netty.

Usage

make
./run.sh

Performance

Test machine: Intel Core i3 2350M, DDR3 1333 MHz 8 GB, HDD

RPS (Requests per page) on Wikipedia Russia page

  • Nginx - 4241 rpc
  • LarionovServer - 3658 rpc

RPS on "Hello world" page:

  • Nginx - 20111 rpc
  • LarionovServer - 16475 rpc