Click here to Skip to main content
15,902,189 members

Comments by Chandan_srivastava (Top 2 by date)

Chandan_srivastava 28-Mar-17 10:03am View    
Thanks Jochen. With this approach, I need to do management of those externally created mutexs for the data objects.
Chandan_srivastava 28-Mar-17 6:54am View    
I can't keep the data for the life time of the application. I have dynamic data which should be shared among threads. For synchronization, I am using mutex which is part of the data. If any thread wants to access the data, first it has to acquire the mutex.
By this way I am providing mutual exclusion. But at some point data needs to be deleted and there problem comes.