Boost Asio 한글 메뉴얼

2014. 1. 8. 12:04C++


ASIO 는 boost 최신 버전 1.35에 새로 포함된 멀티 플랫폼 네트웍크 라이버러리이며,

첨부된 문서는 boost asio 한글 번역된 메뉴얼 파일입니다.


 

 BoostAsio.doc


[출처] http://reister.tistory.com/25


 

 

 

 

그리고 영문으로 이루어진 원문 출처는 아래에서 확인할 수 있습니다.

 

[출처] http://www.boost.org/doc/libs/1_35_0/doc/html/boost_asio.html


 

 

끝으로 가장 유용한 boost::asio 를 사용한 http 서버 사용 예제

 

 with-boost.zip                                 ▶ HTTP server using a single io_service and a thread pool calling io_service::run()

 echo_server_with_timeout.cpp▶ Echo Server With Timeout