Skip to content

wangbi0912/light_web_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An light web server based on epoll, Reactor...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages