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 |
How to handle dynamic menus in MFC?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
What is CSingleDocTemplate?
1) create ToolTip in MFC?
How can update edit control data of an executing application from other application?
1)How to change a text of a button as Dynamically?
What?s the difference between Modal and Modeless Dialog?
What function is used to retrieve the currently selected index in a list box?
How you create a button dynamically?
What does mfc stand for?
What is mfc class hierarchy?
What is serialization ?which function is responsible for serializing data ?