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?



What is MUTEX? ..

Answer / satchi

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

Post New Answer

More Shell Script Interview Questions

Write down the syntax for all the loops in shell scripting.

0 Answers  


Which scripting language is best for automation?

0 Answers  


Is it possible to substitute "ls" command in the place of "echo" command?

0 Answers  


How can I send a mail with a compressed file as an attachment?

0 Answers  


What lives in a shell?

0 Answers  


what is this line in the shell script do ?#!/bin/ksh

5 Answers  


How can we find the process name from its process id?

0 Answers  


whta is the use of "exec" command?

1 Answers  


What is the use of break command?

0 Answers  


What is a program shell?

0 Answers  


What is the command to find out users on the system?

0 Answers  


How do we delete all blank lines in a file?

0 Answers  


Categories