Re: Multiple threads or app instances?
- From: Scott Allen <scott@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 01 Jul 2005 09:25:55 -0400
Hi Tumur:
On Fri, 1 Jul 2005 17:10:01 +0900, "Tumurbaatar S."
<spam_tumur@xxxxxxxxxxx> wrote:
>
>What do all above mean? ASP.NET/IIS launches multiple web applications for
>every
>request/session or one application (which starts when first request comes)
>with multiple threads where each thread is responsible for each
>request/session?
>
No, ASP.NET doesn't launch an application for every request.
HttpApplication is a poor choice for the name of the class - it
doesn't really represent an 'application'. ASP.NET will create a bunch
of these objects, and keep them in a 'pool', and each time a request
arrives one will get pulled out of the pool and associated with the
request.
I have some more information in an article, with additional links at
the bottom:
http://odetocode.com/Articles/89.aspx
--
Scott
http://www.OdeToCode.com/blogs/scott/
.
- References:
- Multiple threads or app instances?
- From: Tumurbaatar S.
- Multiple threads or app instances?
- Prev by Date: Re: computer username display
- Next by Date: Re: Help needed with asp.net 2 starter kits.
- Previous by thread: Multiple threads or app instances?
- Next by thread: Re: Multiple threads or app instances?
- Index(es):
Relevant Pages
|