G
Gawel
Using Thread.CurrentThread.GetHashCode() and AppDomain.GetCurrentThreadId()
I observerd that a few requests are serverd by the same thread. Usually 3-5
requests.
Is it possible to force, that every request will be served by new thread ?
Gawel
I observerd that a few requests are serverd by the same thread. Usually 3-5
requests.
Is it possible to force, that every request will be served by new thread ?
Gawel