CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Mar 2010
    Location
    Aalten, Holland
    Posts
    14

    IOCP thread pooling question

    Hello, I've got a question about the IOCP Thread pooling.

    How do I create such pools?
    Do I need to create some threads (I know about the 2*CPU rule) with the same function?

    Anyone care to explain me some?
    I'm new to IOCP, I already have some experience in Network Programming though but that was with just one client at a time.
    Now I'm programming a wrapper class for IOCP, for use later on for games and such.

    Thanks alot!

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: IOCP thread pooling question

    Have you considered ATL's CThreadPool template?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured