cosmos

  1. edthehead

    Async/Await in .NET

    We are trying to build a simple API to retrieve some documents from a Cosmos container and send it back as a JSON response. We initially write the code in Python. This worked fine for a single requests(avg response time 500ms) but when we did a load test(300 concurrency) we found that the...
Back
Top Bottom