Tell me about different kinds of synchranization objects ?
Answers were Sorted based on User's Feedback
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 |
Answer / abhijit
sorry... i misread the question... please disregard my
previous answer
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
what is message Testing ?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
What is the difference between hinsrtance and hprevinstance in WinMain function?
1)why we cant create more than one instance of the class Derived from CWinApp
What function is used to disable a control at runtime?
19)how to set Back Ground Picture to a Dialog Box in MFC ?
is there any class which is not derived from Cobject
what is the use of CCmdTarget?
In VC++ How to transfer between one exe to another exe while running..
what is the use of AFX_MANAGE_STATE ?
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
how does the UIThread and worker thread communicates and handle events