chrispie
✅ how can 1000 requests be completed quickly?
I recommend this article I found some time ago, specifically the "parallel, but smarter" example. it's pretty much what kocha said above, but also consider batching: https://www.michalbialecki.com/en/2018/04/19/how-to-send-many-requests-in-parallel-in-asp-net-core/
30 replies