C
Craig
Hi,
I have the problem of my ThreadPool running out of threads as a result of
using the HttpWebRequest class. I do use the class asynchronously and I do
call a ThreadPool.RegisterWaitForSingleObject to Abort the HttpWebRequest
object if no response in 10 seconds. Any ideas as to how I can solve this
problem would be greatly appreciated.
Regards,
Craig
I have the problem of my ThreadPool running out of threads as a result of
using the HttpWebRequest class. I do use the class asynchronously and I do
call a ThreadPool.RegisterWaitForSingleObject to Abort the HttpWebRequest
object if no response in 10 seconds. Any ideas as to how I can solve this
problem would be greatly appreciated.
Regards,
Craig