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 are the differences between MFC Exception macros and C++ exception keywords?
What four types of properties are supported by an ActiveX control?
What is the use of message map ?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What is userdefine Messages in MFC?
What is a critical section and how is it implemented?
What is the difference between Extension DLL and Regular DLL?
1)how to Display the File Dialog Box, in MFC ?
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
Name the Synchronization objects?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
How to update windows title bar dynamically?