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

How can server communicate with more than one client

2 Answers   Invensys,


what is the component of CLR ?

8 Answers   AZTEC, Symphony,


List out the basic features of MFC.

4 Answers   Mphasis,


is there any class which is not derived from Cobject

11 Answers   Patni,


Tell me about different kinds of synchranization objects ?

6 Answers  






What is difference between the TCP/IP and UDP socket

5 Answers   Invensys,


What is the difference between the Encapsulation and Abstraction

25 Answers   HCL, Invensys, TCS, Wipro,


Difference between Debug and Release versions?

4 Answers  


What does mfc stand for?

0 Answers  


What is CArchive class dowes?

4 Answers  


Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


Categories