Skip to content

abcdabcd987/naughttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naughttpd

A naive static http server that solves C10K problem.

More detailed report?

See doc/report.pdf (in Chinese)

How to compile?

make

Usage?

usage: naughttpd --port <int>
                 --engine <naive/fork/thread/pool/select/poll/epoll>
                 --backlog <int>
                 --num_workers <int>
                 --reuseport <on/off>
                 --tcp_cork <on/off>
                 --tcp_nodelay <on/off>
                 --sendfile <naive/mmap/sendfile>

About

a naive static http server that solves C10K problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages