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