标签: asp.net-web-api concurrency owin self-hosting
public IHttpActionResult TestSpeed() { Sleep(10000); }
同时调用上述API,我只能在12秒内压缩大约16个连接。我认为这有点低。
Owin WebAPI Selfhost中是否存在硬上限并发限制?
异步暂时不可用,因为它需要我更改许多现有代码。