What is MUTEX?
Mutex is a program object that allows multiple program
threads to share the same resource, such as file access,
but not simultaneously. When a program is started a mutex
is created woth a unique name. After this stage, any thread
that needs the resource must lock the mutex from other
threads while it is using the resource. the mutex is set to
unlock when the data is no longer needed or the routine is
finished.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is bash command used for?
How many prompts are available in a UNIX system?
How to print all array elements and their respective indexes?
What is shell chemistry?
What is gui scripting?
What is the use of "$?" Sign in shell script?
Is cmd a shell?
How to print pid of the current shell?
How shell works?
I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?
give me some website where i can get unix and testing meterials
What is path variable bash?