Can we view a single Asp.net page as one 'critical section' for identical http requests?

itaitai2003_at_yahoo.com
Date: 01/25/05


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



Relevant Pages

  • Re: Call Wait Loop?
    ... As I understand it the first request fires off the process, ... subsequent requests poll the server for process completion. ... onResult fires when the request is complete. ... - does the first request return any status information? ...
    (microsoft.public.scripting.jscript)
  • IEF Request Tracing Bug ?
    ... Application Log indicating that a specific request trace hasn't been stopped ... Dispose method of an outer request is doing this. ... -> Scenario 1: Sleep for 2 seconds to make sure the nested request on the ... Sleep for 2 seconds to make sure the first request has been ...
    (microsoft.public.vsnet.enterprise.tools)
  • Re: Trying to use STRING
    ... Why do these request for help result in people trying to 'outcode' ... Thanks Roger but I don't have the TRIM function in MF. ... BALANCE field I would have to do something similar to both mine and ... Thanks to all, as its my first request for help, standby for ...
    (comp.lang.cobol)
  • Re: Related to Performace of URLConnection.getOutputStream
    ... the application is sending HTTP + SOAP request ... obtaining OutputStream object, application takes much time. ... brought in for the first request, ...
    (comp.lang.java.programmer)
  • Re: Can anybody explain this? (InProc Session locking broken)
    ... What kind of logging/tracing are you using synchronous or asynchronous? ... > session object set by one request is being relinquished to a second ... > simultaneous requests concurrently accessing the Session, ... > In these requests what we see is that the first request starts to get ...
    (microsoft.public.dotnet.framework.aspnet)