CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2008
    Posts
    168

    Multi Thread Objects - Choice

    Hi,

    This is an entry question to the thread concepts. There are 4 different object to achieve the multi thread support. Let me list

    1. Critical Section

    2. Semaphore

    3. Mutex

    4. Events.

    I would like to know what are the situations to choose each one of the thread objects.

    Thanks
    Dave

  2. #2
    Join Date
    Apr 2008
    Posts
    725

    Re: Multi Thread Objects - Choice

    do your own homework.

  3. #3
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Multi Thread Objects - Choice

    Quote Originally Posted by Dave1024 View Post
    Hi,

    This is an entry question to the thread concepts. There are 4 different object to achieve the multi thread support. Let me list

    1. Critical Section

    2. Semaphore

    3. Mutex

    4. Events.

    I would like to know what are the situations to choose each one of the thread objects.
    You're using one of, if not the most powerful invention that allows you to do your own research. It's called "the Internet".

    What's wrong with just using google to answer your questions?

    Regards,

    Paul McKenzie

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