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

Name the Synchronization objects?

2 Answers  


what is the difference between SDI and MDI

15 Answers   CMC, HCL, Siemens,


Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer

1 Answers   TCS, Tech Mahindra,


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

4 Answers  


how to repaint when working with horizontal scroll bar

0 Answers  






Whats is DDX & DDV in MFC?

1 Answers   HCL,


Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);

2 Answers  


What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example

6 Answers  


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


Which MFC function is used to display output?

9 Answers   TCS,


Types of DLL's

11 Answers   Invensys,


Categories