메뉴 건너뛰기

OBG

Programming

Library
2012.08.02 21:03

Win32 Socket Class

조회 수 926 추천 수 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.
?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 Tool/etc Programming 게시판 관련 2 MoA 2014.11.01 1714
246 Site 프로그래밍 관련 사이트 MoA 2012.08.02 255
245 STL/Boost boost::shared_ptr 소개 Naya 2012.08.02 362
244 API/MFC 윈도우 프로그램의 종료 메시지 순서 Naya 2012.08.03 446
243 Algorithm 동적 프로그래밍 Naya 2012.08.13 513
242 API/MFC stdafx.h 사용 (미리 컴파일된 헤더) Naya 2012.08.13 721
241 API/MFC 세마포어를 이용한 생산/소비자 Naya 2012.08.31 316
240 Site IT 세미나 유튜브 동영상 Naya 2012.09.10 252
239 Site 윈도우 8 앱 개발 동영상 강의 Naya 2012.09.10 263
238 C/C++ 코드 실행 시간 계산 Naya 2012.09.27 493
237 Library [OpenCV] 얼굴 인식 예제 file MoA 2012.10.14 1536
236 Reversing Dumpbin.exe 사용 Naya 2012.10.21 352
235 Site 특정 자료형의 데이터를 binary(hex값, 2진수값)으로 변환 Naya 2012.11.15 562
234 Site Base64 decoder (binary file로 저장) Naya 2012.11.15 441
233 C/C++ C++에서 base64로 인코딩 Naya 2012.11.15 624
232 Site Great summary cheat sheet (OpenCV) MoA 2013.01.04 406
231 Tool/etc Visual Studio Debug Tips MoA 2013.02.19 416
230 JAVA/Android 이클립스에서 ADT 설치시 에러 해결 MoA 2013.03.09 350
229 JAVA/Android 안드로이드 어플 개발 사이트 MoA 2013.03.11 386
228 JAVA/Android 안드로이드 개발 참고 사이트 MoA 2013.03.31 319
227 JAVA/Android 안드로이드 프로세스 확인 MoA 2013.04.09 439
Board Pagination Prev 1 ... 2 3 4 5 6 7 8 9 10 ... 15 Next
/ 15
위로