로그인

검색

Library
2012.08.02 21:03

Win32 Socket Class

조회 수 3588 추천 수 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. 고수가 절대 알려주지 않는 C/C++ 팁

  7. 검색엔진 개발자 그룹

  8. 개발자를 위한 각 기업 오픈소스 공유 사이트 (주로 모바일)

  9. 개발에 도움되는 사이트 (초보 개발자 꿀팁)

  10. 강화학습 학습 관련 정리

  11. XML 파싱하기

  12. WTL 정리

  13. Windows 10 앱 개발(UWP)

  14. Win32 Socket Class

  15. Which Font is the default for MFC Dialog Controls

  16. What's the difference between comma separated joins and join on syntax in MySQL?

  17. What to use instead of “addPreferencesFromResource” in a PreferenceActivity?

  18. What does the last “-” (hyphen) mean in options of `bash`?

  19. What does set -e mean in a bash script?

  20. WaitForSingleObject와의 삽질..

  21. Visual Studio Debug Tips

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 15 Next
/ 15