Tell me about different kinds of synchranization objects ?

Answers were Sorted based on User's Feedback



Tell me about different kinds of synchranization objects ?..

Answer / venkatesh

Windows supports 4 types of synchronization objects that
can be used to synchronize the actions performed by
concurrently used threads.
1) Critical Sections:
2) Mutexes
3) Events
4) Semaphores.

Is This Answer Correct ?    3 Yes 1 No

Tell me about different kinds of synchranization objects ?..

Answer / abhijit

sorry... i misread the question... please disregard my
previous answer

Is This Answer Correct ?    0 Yes 0 No

Tell me about different kinds of synchranization objects ?..

Answer / ctharam

They are 4 kinds of synchronization objects in MFC.
1) Critical Section
2) Semaphore
3) Mutex
4) Event


MFC provides the following synchronization classes to protect shared resources.

1) CCriticalSection
2) CSemaphore
3) CMutex
4) CEvent

Is This Answer Correct ?    0 Yes 0 No

Tell me about different kinds of synchranization objects ?..

Answer / xxxx

Mutex, Semaphore, CriticalSection

Is This Answer Correct ?    0 Yes 1 No

Tell me about different kinds of synchranization objects ?..

Answer / abhijit

also Waitable timers

Is This Answer Correct ?    0 Yes 1 No

Tell me about different kinds of synchranization objects ?..

Answer / ratnesh sachan

Synchronization objects are variables in memory that you
access just like data. Threads in different processes can
communicate with each other through synchronization objects
placed in threads in different processes are generally
invisible to each other.
1:-Mutex Locks
2:-Condition Variables
3:-Read Write Locks
4:-Semaphones

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More MFC Interview Questions

I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)

2 Answers   Invensys,


How to find the mouse entering an image?..while entering need to display next image...

4 Answers  


What is CSingleDocTemplate?

1 Answers  


Explain in sort What is CTargetObject?

2 Answers  


How can we create thread in MFC framework?

3 Answers  






how u can move CDC pointer to one line in cview?

2 Answers  


how do u identify RTTI in vc++

4 Answers   Siemens,


What is socket?

3 Answers  


What view class enables you to use an edit control as a view?

1 Answers  


what is the use of Mutex and critical section

2 Answers  


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


Categories