Answer Posted / sunildummati
Short for mutual exclusion object. In computer
programming, a 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 with 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.
(2) When spelled MuTeX, a package of macros for the TeX
typesetting system that supports musical notation. MuTeX
was written by Andrea Steinbach and Angelika Schofer, as a
master's thesis at Rheinische Friedrich-Wilhelms
University.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are resources in case of Threads
what is difference between input parameter and output parameter.
what is the system development cycle
How to get the index of the clicked field in reports in ABAP?
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
Tag for turning an image into a hyperlink is
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
i am exeprienced person what is selection process
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
when will triggars the at new event in abap and web dybn pro?
what is d main diff between the java and .net framework
what is the work of 1tier,2tier,&ntier? Plz Explain it!
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?