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
Re: Multi Thread Objects - Choice
Re: Multi Thread Objects - Choice
Quote:
Originally Posted by
Dave1024
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