If I have 1 process defined per Application pool does it mean that
all http requests for this pool are processes sequentially?
What about IIS6 and IIS7 how it does work there?
Microsoft IIS Web Server.NET App ServersMicrosoft Development
If it is ASP.NET application I suppose that in IIS7 "Session State" for site will have Cookie Settings - ASP.NET_SessionId even different w3wp processes will handle several requests for same session, right?
How can I configure the number of its threads?