ASP.NET Dev Server (Cassini), IIS Express and multiple threads

后端 未结 1 915
情话喂你
情话喂你 2020-12-11 23:03

I can\'t seem to find any information on this anywhere.

Either it\'s my imagination or the ASP.NET Dev Server (Cassini) cannot handle multiple threads (e.g. multiple

相关标签:
1条回答
  • 2020-12-11 23:43

    Yes, functionally speaking, cassini processes one request at a time.

    IIS Express is an almost full IIS implementation and will provide expected performance.

    0 讨论(0)
提交回复
热议问题