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...


What is Mutex Object and why it is used?



What is Mutex Object and why it is used?..

Answer / bond

In computer programming, a mutex (mutual exclusion object)
is a program object that is created so that multiple program
thread can take turns sharing the same resource, such as
access to a file. Typically, when a program is started, it
creates a mutex for a given resource at the beginning by
requesting it from the system and the system returns a
unique name or ID for it. After that, any thread needing the
resource must use the mutex to lock the resource from other
threads while it is using the resource. If the mutex is
already locked, a thread needing the resource is typically
queued by the system and then given control when the mutex
becomes unlocked (when once more, the mutex is locked during
the new thread's use of the resource).

Is This Answer Correct ?    12 Yes 1 No

Post New Answer

More Windows AllOther Interview Questions

How do I select all files in multiple folders?

0 Answers  


Can corrupted files be recovered?

0 Answers  


How much does it cost to recover data from a hard drive?

0 Answers  


What is syswow64 rundll32 exe?

0 Answers  


How do I get rid of rundll32 exe virus?

0 Answers  


What is png file format used for?

0 Answers  


What is the purpose of svchost exe?

0 Answers  


What is the difference between a file and a folder?

0 Answers  


How do I install rundll32 exe?

0 Answers  


How do I open a rar file on my laptop?

0 Answers  


How do I manage taskbar?

0 Answers  


What are the two parts of a file name?

0 Answers  


Categories