Answer Posted / 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 View All Answers
Is bash an operating system?
What are different types of shell?
What are the default permissions of a file when it is created?
What are zombie processes?
Please give me example of " at command , contrab command " how to use
What does $1 mean in bash?
Which scripting language is best for automation?
What lives in a shell?
Is shell and terminal the same?
Is bash a shell script?
What is awk in shell scripting?
Is shell a scripting language?
What is in a script?
What is shell and terminal?
What is shell variable?