RE: WebResponse multithreading
- From: lukezhan@xxxxxxxxxxxxxxxxxxxx (Luke Zhang [MSFT])
- Date: Fri, 25 Aug 2006 05:38:29 GMT
Hello Ruslan,
I think you may consider call HttpWebRequest Asynchronously, for example,
use HttpWebRequest.BeginGetResponse() to initiate an asynchronous request,
and use ThreadPool.RegisterWaitForSingleObject() to register a timeout
delegate for unresponsive Web requests:
http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.begingetr
esponse.aspx
Can this help on the issue?
Sincerely,
Luke Zhang
Microsoft Online Community Support
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- WebResponse multithreading
- From: Ruslan Popov
- WebResponse multithreading
- Prev by Date: WebResponse multithreading
- Next by Date: RE: Configuration for .Net application server
- Previous by thread: WebResponse multithreading
- Index(es):
Loading