An open API service indexing awesome lists of open source software.

https://github.com/zelmoghazy/epoll-threadpool-webserver

Minimal Multithreaded HTTP/1.0 server implementation using non-blocking IO, epoll and a thread pool in C++
https://github.com/zelmoghazy/epoll-threadpool-webserver

epoll http http-server non-blocking thread-pool

Last synced: 3 months ago
JSON representation

Minimal Multithreaded HTTP/1.0 server implementation using non-blocking IO, epoll and a thread pool in C++

Awesome Lists containing this project

README

        

Minimal Multithreaded HTTP/1.0 server implementation using epoll and a thread pool in C++



## References
* https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview
* https://www.w3.org/Protocols/HTTP/1.0/spec.html
* https://www.cs.cmu.edu/~srini/15-441/F11/responses
* https://copyconstruct.medium.com/the-method-to-epolls-madness-d9d2d6378642
* https://tia.mat.br/posts/2014/10/06/life_of_a_http_request.html
* http://www.kegel.com/c10k.html#nb.edge