Answer Posted / rajesh verma
A Mutex is a mutually exclusive flag. It acts as a gate keeper to a section of code allowing one thread in and blocking access to all others. This ensures that the code being controled will only be hit by a single read at a time. Just be sure to release the mutex when you are
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the use MDM(Master Data Management)and meaning
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
purpose of abstraction and interface
how to display xisheet in list box in c# .net
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
what is the current salary package in India for a lamp programmer
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
how to convert hashmap to arraylist with iteration
How to set fixed width in particular
1) How can u create the table?
Which method protects back button to retrieve old value from previous page in Struts.
Write a program to swap the content of two variables without using a third variable.
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
can we retrieve only integer/String type columns from a table,if yes how?