Can we view a single Asp.net page as one 'critical section' for identical http requests?
itaitai2003_at_yahoo.com
Date: 01/25/05
- Next message: Gianluca Torta: "Re: Serviced Component runs under ASPNET, not specified account"
- Previous message: Vijay: "Accessing Web application from another Machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 24 Jan 2005 23:08:53 -0800
How does ASP.NET process requests labeled with same sessionID/AuthID?
Is it in defined order, such as FIFO or undefined order?
For example: An .aspx where Page_Load()inverses a
bool session variable X.
First request starts at the top changes X and blocks, while a different
request carrying the same sessionID inverses X once again, blocks and
returns execution to the First request?.
Tnx
-Itai
- Next message: Gianluca Torta: "Re: Serviced Component runs under ASPNET, not specified account"
- Previous message: Vijay: "Accessing Web application from another Machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|