What is a mutex and a critical section.Whats difference
between them?How do each of them work?
Answer Posted / edward
Both of them are synchronization objects .Critical section
used for snychronization of threads in a same
process.Mutexs used for sybchronizating a threads in diff
process
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the use of default constructor?
What is virtual base class uses?
What apps are written in c++?
What is the purpose of ios::basefield in the following statement?
What can c++ be used for?
What is the need of a destructor?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
How will you call C functions from C ++ and vice-versa?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
How would you obtain segment and offset addresses from a far address of a memory location?
Are vectors faster than arrays?
What is null and void pointer?
Where must the declaration of a friend function appear?
What are guid? Why does com need guids?
Does c++ have arraylist?