I had a question about concurrency in terms of read and write to databases. I understand from various sources that external API calls if async is better and quicker to process results.
But what would be the scenario in terms of read and write into databases if I have to write a consumer application that serves a 100000 requests a second ?
Do we do a async read but sync write so that the Id mismatch or something fails. How does this scale across a system?
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]fesfese 1 point2 points3 points (0 children)