Skip to content

xxsong5/light-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a web server implemented with c++

features

  • light weight, easy-use, no third-partis

  • memory cache controll, using mmap for larger pages, new designed small memory allocator, automatic cache cleaner, multi-thread-access

  • using multi-thread mode, for high concurrency performance, thread worker's counts automaticly controlled by tasks levels

  • vectorized process funcs, so multi-connections can be processed at one thread almost simutaneously

  • less configure

  • only support linux currently

build

g++ httplightserver.cpp -std=c++11 -lpthread -o httplightserver