CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: Which C++ thread library do you use/prefer?

Voters
5. You may not vote on this poll
  • Boost Threads

    2 40.00%
  • ZThread(s)

    1 20.00%
  • POSIX Threads (pthreads)

    1 20.00%
  • Other

    1 20.00%
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Oct 2004
    Location
    Chicago, IL USA
    Posts
    8

    Question Which cross-platform C++ thread library do you use/prefer and why?

    Which cross-platform, C++ multithreading library do you use and/or prefer and why?

    Please choose from the poll at the top of this thread and also add your comments regarding your reasoning, if time allows. If you chose "Other," please explain which choice(s) you made.

    Boost Threads:

    http://www.boost.org/doc/html/threads.html

    ZThread(s):

    http://zthread.sourceforge.net/
    http://www.inf.uni-konstanz.de/dbis/...nnik/zsim/doc/

    POSIX Threads (pthreads):

    http://www.humanfactor.com/pthreads/
    http://sourceware.org/pthreads-win32/

    Other:

    http://google.com/Top/Computers/Programming/Threads/

    Best regards,
    -Matt
    Last edited by mattengland; January 30th, 2007 at 05:49 PM.
    Dispersed Storage: http://cleversafe.org

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