G
Guest
I have two sequential threads that are accessing the same host using
WebRequest. The first WebRequest receives a "System.Net.WebException: The
operation has timed-out." The second request from the same host returns the
WebRequest.GetResponseStream() from the first WebRequest URI. This seems to
occur rarely (2 times in a week of several thousand requests), but regularly
(every week). What's going on??!?!
I'm not entirely convinced that the problem is related to threading. In one
case I've seen, the second WebRequest.GetResponse() doesn't begin until well
after the first thread has expired.
Using Compact Framework V1.0 SP3 on WM2003SE (on a Fujitsu-Seimens Loox 720).
If interested, I can point you to my application you can use to duplicate
this.
To email me, remove "elicacy" and "zier" from my email address.
WebRequest. The first WebRequest receives a "System.Net.WebException: The
operation has timed-out." The second request from the same host returns the
WebRequest.GetResponseStream() from the first WebRequest URI. This seems to
occur rarely (2 times in a week of several thousand requests), but regularly
(every week). What's going on??!?!
I'm not entirely convinced that the problem is related to threading. In one
case I've seen, the second WebRequest.GetResponse() doesn't begin until well
after the first thread has expired.
Using Compact Framework V1.0 SP3 on WM2003SE (on a Fujitsu-Seimens Loox 720).
If interested, I can point you to my application you can use to duplicate
this.
To email me, remove "elicacy" and "zier" from my email address.