Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



Suppose multiple threads accessing a registry key at a time. In that case which synchronization ob..

Answer / amiya ranjan

Semaphores / events can be used.

Is This Answer Correct ?    10 Yes 4 No

Suppose multiple threads accessing a registry key at a time. In that case which synchronization ob..

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

Suppose multiple threads accessing a registry key at a time. In that case which synchronization ob..

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

Suppose multiple threads accessing a registry key at a time. In that case which synchronization ob..

Answer / anurag gupta

Mutex

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VC++ AllOther Interview Questions

I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these

2 Answers  


Is visual c++ a compiler?

0 Answers  


How do I change visual code font?

0 Answers  


What is type-safety?

1 Answers  


Where can I find microsoft visual c++ on my computer?

0 Answers  


What is a microsoft visual c++ 2008 redistributable?

0 Answers  


What is microsoft visual c++ used for?

0 Answers  


What is dao in vc ++?

0 Answers  


What is microsoft visual c++ 2008 redistributable and do I need it?

0 Answers  


Name the most commonly used wizards?

2 Answers  


What is difference between c++ and visual c++?

0 Answers  


How do I uninstall and reinstall microsoft visual c++ runtime libraries?

0 Answers  


Categories