I have some 75+ requests and each of them are trying to update or access a Map. And If I use Synchronize block of code while updating MAP. Then that might cause performance issues.
Please suggest alternate way to update a MAP, 75+ requests simultaneously.
Note: I am trying to implement the above idea in Java.