Microsoft Windows Question:

What is MUTEX?

Tweet Share WhatsApp

Answer:

A mutual exclusion object, or MUTEX, is an object created for use in computer programs. The essential function of MUTEX is to make it possible for a multiple program thread to make use of a single resource. Generally, the functionality of mutual exclusion objects is to allow this use of a single resource by creating an environment where the access to the resource is continually passed back and forth between the various aspects of the program.

Download Windows PDF Read All 76 Windows Questions
Previous QuestionNext Question
Name the AD NCs and replication issues for each NC?What is the difference between a computer process and thread?