로그인

검색

Library
2012.08.02 21:03

Win32 Socket Class

조회 수 4145 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄

Introduction
This is an updated version of the Socket communication class that I released a couple of years ago. While the interface CSocketHandle is quite stable and easy to use, one has to admit that some of the initial design decisions to keep the communication interface intact is starting to be an issue for newer development.
This is the goal of this article, I present the new and improved version of the communication class and show how you can take advantage of thread pooling to increase performance for your network solutions.

Description
First, I assume you are already familiar with socket programming and have several years of experiences under your belt. If not the case, I highly recommend some links that you will find in the reference section that may guide you along the way. For those who are "all fired up and ready to go", please read on, I will try to shed some lights on how you can use the new classes to enhance the performance of your system.
?

  1. Programming 게시판 관련

  2. 안드로이드 초간단 리스트뷰 사용법

  3. 안드로이드 프로세스 확인

  4. 안드로이드 개발 참고 사이트

  5. 안드로이드 어플 개발 사이트

  6. 이클립스에서 ADT 설치시 에러 해결

  7. Visual Studio Debug Tips

  8. Great summary cheat sheet (OpenCV)

  9. C++에서 base64로 인코딩

  10. Base64 decoder (binary file로 저장)

  11. 특정 자료형의 데이터를 binary(hex값, 2진수값)으로 변환

  12. Dumpbin.exe 사용

  13. [OpenCV] 얼굴 인식 예제

  14. 코드 실행 시간 계산

  15. 윈도우 8 앱 개발 동영상 강의

  16. IT 세미나 유튜브 동영상

  17. 세마포어를 이용한 생산/소비자

  18. stdafx.h 사용 (미리 컴파일된 헤더)

  19. 동적 프로그래밍

  20. 윈도우 프로그램의 종료 메시지 순서

  21. boost::shared_ptr 소개

Board Pagination Prev 1 ... 8 9 10 11 12 13 14 15 16 17 Next
/ 17