The relationship between threads, application domains, and workflows

In IIS7 and ASP.NET, there is an exact relationship between:

  • IIS Workflows
  • Topics
  • Appdomains
  • Applications and
  • incoming requests.

I hope to get an answer in a format like:

"Each IIS workflow contains many areas of the application, each of which generates one thread in response to each request ...", etc., and any nuances mentioned.

+5
source share
2 answers

Each workflow contains several AppDomains applications (at least one ASP.NET application, that is, a website or virtual directory). An input request is assigned a thread from the thread pool when it arrives.

OP: Q. , appdomain ?

AppDomain . AppDomain .

+2

" ". Essential ASP.NET "HTTP-" , HTTP-.

+1

All Articles