2
public IHttpActionResult TestSpeed()
{
     Sleep(10000);
}

Called the above API concurrently, I can only manage to squeeze approximately 16 connections within 12 seconds. I think this is kinda low.

Is there any hard cap concurrent limit in Owin WebAPI Selfhost?

async is not an option for now, since it requires me to change hell lot of existing codes.

s k
  • 4,342
  • 3
  • 42
  • 61
  • 1
    There are many interesting answers here : https://stackoverflow.com/questions/26736034/why-is-this-web-api-controller-not-concurrent – NicolasF Jan 16 '20 at 22:10

0 Answers0