I have a program in which I have created 160 threads
-- for working on data directed to them respectively and 1 thread-- which holds the data in a map.
All the threads are been created while running the program.
problem:
At times my some threads out of 160 threads are not been able to read the data from map in the data thread.
I tried reducing the Mutex locks
but still the problem remains the same.
please help for the same.