Socket Connections use the ThreadPool, don't they?
I tried a suggestion to use the Socket class to get around the ThreadPool problem I mention yesterday. Seems the Socket class also uses the ThreadPool. Does anyone have any way to retrieve http content from a web site (no user interface is allowed and I may switch to a Windows Service soon) without getting the ThreadPool involved?
Wally