In which topic I can get explanation on mutex
Mutex is a Mutually Exclusive mechanism for multiple programming threads to share a single resource. The functioning is very similar to that of Semaphores ( Session 73 onwards ) under UNIX. Semaphore arrays are most general in applicability. Mutex is a much simpler mechanism used in Operating Systems with small foot prints ( Smaller Sizes ).
Please login first to submit.