로그인

검색

Library
2012.08.02 21:03

Win32 Socket Class

조회 수 3585 추천 수 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 게시판 관련

    Date2014.11.01 CategoryTool/etc ByMoA Views15452
    read more
  2. Synology: Top Best Apps For Docker

    Date2024.07.01 CategoryTool/etc ByOBG Views2271
    Read More
  3. The difference between quantization methods for the same bits

    Date2024.04.14 CategoryLLM ByOBG Views2608
    Read More
  4. The State of AI & Art 2022

    Date2022.10.06 CategoryDeeplearning ByOBG Views2547
    Read More
  5. Thread Programming

    Date2012.08.02 CategoryAPI/MFC ByNaya Views2955
    Read More
  6. Thread에서 Dialog의 UpdateData()사용하는 방법

    Date2011.09.26 CategoryAPI/MFC By너울 Views4059
    Read More
  7. Thread와 SendMessage를 통해 DeadLock을 만드는 방법

    Date2013.07.28 CategoryAPI/MFC ByMoA Views5657
    Read More
  8. Top 3 most used Pytorch Ecosystem Libraries you should Know about

    Date2023.08.02 CategoryDeeplearning ByOBG Views3024
    Read More
  9. UI Guidelines

    Date2014.03.11 CategoryTool/etc ByMoA Views3395
    Read More
  10. unsigned char <-> 유니코드(unicode) 및, string 변환 매크로 - USES_CONVERSION

    Date2013.07.28 CategoryAPI/MFC ByMoA Views4775
    Read More
  11. UpdateData(TRUE) or UpdateData(FALSE) 구분

    Date2013.07.28 CategoryAPI/MFC ByMoA Views3058
    Read More
  12. UpdateDialogControls

    Date2013.09.05 CategoryAPI/MFC ByMoA Views3915
    Read More
  13. UpdateWindow 함수에 대하여..

    Date2013.07.25 CategoryAPI/MFC ByMoA Views2637
    Read More
  14. Using Machine Learning to Predict Customers’ Next Purchase Day

    Date2024.02.27 CategoryDeeplearning ByOBG Views2939
    Read More
  15. VC++6.0 에서 VC++ 2005로 변환할 경우 형변환 경고 대응방법

    Date2013.07.28 CategoryAPI/MFC ByMoA Views2786
    Read More
  16. VC의 소스 파일, sln파일 관리

    Date2013.07.28 CategoryAPI/MFC ByMoA Views2921
    Read More
  17. Video Preview and Frames Capture

    Date2013.07.28 CategoryGraphic ByMoA Views3722
    Read More
  18. Visual C++ 시리얼 통신(RS-232) 강좌 (1)

    Date2013.07.28 CategoryAPI/MFC ByMoA Views9384
    Read More
  19. Visual C++ 시리얼 통신(RS-232) 강좌 (2)

    Date2013.07.28 CategoryAPI/MFC ByMoA Views6828
    Read More
  20. Visual Studio Debug Tips

    Date2013.02.19 CategoryTool/etc ByMoA Views3183
    Read More
  21. WaitForSingleObject와의 삽질..

    Date2013.07.28 CategoryAPI/MFC ByMoA Views2965
    Read More
Board Pagination Prev 1 ... 5 6 7 8 9 10 11 12 13 14 15 Next
/ 15