Comment by Salgat
10 days ago
You do realize what servers do in parallel right? Async/await allows ASP.NET to scale beyond 1 thread per request.
10 days ago
You do realize what servers do in parallel right? Async/await allows ASP.NET to scale beyond 1 thread per request.
Are you going to put multiple customer’s data in the same OS process?
Did you know you can get even more performance if you manually manage memory and don’t use virtual functions?