2

I have background job and every 15s I am making arrount 10000 redis calls 1000 at a time. I put all the tasks in an Array then I do Task.WaitAll(array). The machine have 32 cors. The redis cluster is 3 masters and 3 slaves in sperate vms. If I let it run for 30 minutes this will cause a thread starvation. So changing the "WaitAll" with "WhenAll" will it solve the problem and why?

Methnani Bilel
  • 1,366
  • 4
  • 20
  • 34

0 Answers0