|
How asp.net knows that my asynchronous handler is finished?: msg#00104windows.devel.dotnet.web
Hi I have a class implementig IHttpAsyncHandler, the class start a asynchronous in the method BeginProcessRequest, all works fine. But I have a doubt: How asp.net knows that my asynchronous request has finished? Is doing polling over the IAsyncResult returned by BeginProcessRequest or is doing something more smart? If is doing pooling, which is the thread doing this operation? A thread of ThreadPool, I suppose not, because in this case will the trhread will be blocked until the operation finished. Thanks in advance Javier =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: web.config - custom excption handling.: 00104, Brock Allen |
|---|---|
| Next by Date: | Re: How asp.net knows that my asynchronous handler is finished?: 00104, Ian Griffiths |
| Previous by Thread: | Re: Alternatives to slow requests that are saturating the thread pooli: 00104, Ian Griffiths |
| Next by Thread: | It is safe to use Abort in HttpWebRequest?: 00104, Javier Martinez Álvarez |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |