Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 300 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 300 Bytes

light_web_server

An light web server based on multithreading(Thread poll).

The eventLoop model of the server is I/O multiplexing(epoll) + Reactor.

I will update the eventLoop based on epoll + Proactor(simulateb by Synchronize I/O).

The socket_fd used the EPOLLONSHOT!

For personal study.