an echo-like server implemented by boost::asio, it's a good beginning for developing high performacing TCP app.
It dependens the following libraries:
- loki I modified it, add memory barrier of GCC. You could use the defualt codes of loki, it should be okay.
- boost
- booster library from cppcms, its log APIs are useful
usage:
- cd codes/main
- mkdir build
- cd build
- cmake ..
- make
- cd bin
- execute './service ../../config.xml'