+91 9945200008     support@uttaracomputers.com
LOGIN     REGISTER    

Mutex

0
0

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 ).

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.