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:
- boost http://boost.org
- mysql community server http://dev.mysql.com/downloads/mysql
- mysql-connector-c++ http://dev.mysql.com/downloads/connector/cpp