Hello,
Here is a piece from an article I am trying to get a better understanding of
from
Also further in the article it states that the
I am not formulating my question very well. I'm trying to find out how to determine how many users can hit a web site concurrently.
Thank you,
Marty
Here is a piece from an article I am trying to get a better understanding of
from
is this saying that when a user hits your site he gets a new page for every request but stays on the same thread? The way the quote is started is confusing me.Page requests are always serviced on the same thread, and a distinct instance of the Page class is always created to service any new requests. Distinct instances of application and module objects are also used to service each request
Also further in the article it states that the
does this mean that the aspnet_wp.exe can handle 25 requests per AppDomain?so by default, up to 25 requests per worker process can be processed concurrently
I am not formulating my question very well. I'm trying to find out how to determine how many users can hit a web site concurrently.
Thank you,
Marty