- packet.h:函数封装
- MutexLock.h, Condition.h: IPC
- Conf.h: configuration
- MemoryPool.h: using memory pool to allocate memory
- SP_*:智能指针share_ptr
- WP_*:智能指针weak_ptr
- UP_*:智能指针unique_ptr
- C++11 new feature
- reintepret_cast, static_cast
- smart pointer
- && move
- std::function
- use memory pool to manage memory
- Reactor model
- one loop per thread + non-blocking I/O
- epoll
- RAII
- GET
some bugs need to be fixed complete log system