Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 280 Bytes

File metadata and controls

18 lines (12 loc) · 280 Bytes

httpserver

This is using c++ to implement httpsever.

The epoll API used as an edge-triggered interface.

v1.0

Implement epoll module, and can manager the life cycle of connection.

v2.0

  • keepalive
  • exception
  • log
  • configure file
  • multi thread
  • reactor pattern