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 subclassing?
What is the difference between ASSERT and VERIFY?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
Why Array Index starts from Zero
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
If application hangs while SendMessage is waiting for the result, how you handle it?
What is document-view architecture ? Give me one real time example for SDI ?
What is #progma and where it is used?
Explain StretchBlt and BitBlt
if i modified data in 1 view how does the other view knows
what is the difference between compiling and building?