Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is #progma and where it is used?

5 Answers   L&T,


What is the difference between workrer thread and UI thread

3 Answers   HCL,


What is Multithreading

1 Answers   Invensys,


if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


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

6 Answers  


What is the base class for MFC

3 Answers   HCL,


In VC++ How to transfer between one exe to another exe while running..

5 Answers   Wipro,


How many types of combo box are their

2 Answers   Aaditya Info Solutions, E Logic,


what is the size of a process

2 Answers   E Logic, IBM,


How can i implement the dynamic menus in MFC plz give the code

2 Answers  


What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


what are the feauters of CObject

4 Answers   Siemens, Wipro,


Categories