How about the Asp.net processes and threads and apppools?

Posted by Michel on Stack Overflow See other posts from Stack Overflow or by Michel
Published on 2010-05-05T07:03:04Z Indexed on 2010/05/05 7:08 UTC
Read the original article Hit count: 378

Filed under:
|
|

Hi,

as i understand, when i load a asp.net .aspx page on the (iis)server, it's processed via the w3p.exe process. But when iis gets multiple requests, are they all processed by the same w3p process? And does this process automaticly use all my processors and cores?

And after that: when i start i new thread in my page, this thread still works when the pages is already served to the client. Where does this thread live? also in the w3p.exe process?

And what if i assign another apppool to my site, what does that do?

Michel

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iis