Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 522 Bytes

DadaServer

Dada(哒哒) is a demo of TCP server that using epoll (libevent) & thread pool (based on BOOST) & mysql connection pool (based on mysql-connector-c++) & HTTP basic GET/POST request handling.

  • Thread pool: done
  • epoll: done, will be rewrite using libevent
  • MySQL connection pool: on going
  • HTTP GET/POST support: on going

Request:

  1. boost http://boost.org
  2. mysql community server http://dev.mysql.com/downloads/mysql
  3. mysql-connector-c++ http://dev.mysql.com/downloads/connector/cpp