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

1

3

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 requests). Is this correct?

Does IIS Express handle multiple threads?

Typewriter answered 16/7, 2010 at 0:39 Comment(0)
V
5

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

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

Valeriavalerian answered 24/7, 2010 at 19:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.