Suppose multiple threads accessing a registry key at a
time. In that case which synchronization object you will
use?
Answers were Sorted based on User's Feedback
Answer / ranajit koley
I think a critical section would be the best solution as we
can keep the registry accessing part inside critical section
and we can invoke that piece of code after entering the
critical section from all the 3 threads
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / muthu
If multiple threads belong to the single process then use
critical section.
But if threads belong to more than one process then use "mutex".
Mutex is best.
Is This Answer Correct ? | 4 Yes | 0 No |
What is iunknown? Explain some of commonly used methods provided by iunknown.
What function is used to trap all mouse messages?
What is microsoft visual c++ 2010 x86 redistributable?
How do I create an mfc application in vc++?
What is odbc in vc ++?
What is the value of the expression a = 42?
Where can I find microsoft visual c++ on my computer?
Is microsoft visual c++ a virus?
What is visual c++ redistributable?
How a dll will be sharable by more than one exe?
What is the default label used for in a switch statement?
How do I reinstall visual c++ on windows 10?