Y
Yash
I implemented a custome async HTTP handler as described at MSDN:
ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/dv_vwdcon/html/
1b5c4a27-599b-44d0-8a06-72edc6765aa9.htm
In the async process, I introduced a sleep of 10 minutes. Yet when I
access the page .sample and get the request processed through the
handler, I notice that after 10 min, the response is returned to the
browser. My question is, does IIS remember the HTTP request forever so
that when the async operation completes, it knows where to send the
response?
Isn't there a timeout that should occur if the response is not
returned after x seconds?
If yes, at what end is the timeout implemented, the browser or the
server?
Thanks,
Yash
ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/dv_vwdcon/html/
1b5c4a27-599b-44d0-8a06-72edc6765aa9.htm
In the async process, I introduced a sleep of 10 minutes. Yet when I
access the page .sample and get the request processed through the
handler, I notice that after 10 min, the response is returned to the
browser. My question is, does IIS remember the HTTP request forever so
that when the async operation completes, it knows where to send the
response?
Isn't there a timeout that should occur if the response is not
returned after x seconds?
If yes, at what end is the timeout implemented, the browser or the
server?
Thanks,
Yash