Skip to content

leshiy1295/HttpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

HttpServer

Written in C with libev4 on Mac Os Yosemite (platform-dependent!!!)

Features:

  • GET and HEAD requests support (with minimal amount of HTTP headers in response)
  • highload web-server for static files on http://localhost:80/
  • provides simultaneous downloading of several very large files (some Gb) under highload (for example ab -n 50000 -c 100 -r )
  • uses all processor resources (prefork, accept in workers; IO mux with non-blocking socket IO and sendfile)

More information about given task you can find here

Developed in 2015 in Технопарк@Mail.Ru by Alexey Halaidzhy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages