logo       

How asp.net knows that my asynchronous handler is finished?: msg#00104

windows.devel.dotnet.web

Subject: How asp.net knows that my asynchronous handler is finished?

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>
Google Custom Search

News | FAQ | advertise