Multiple Threads runs HttpWebRequest

  • Thread starter Thread starter Roy Fisher
  • Start date Start date
R

Roy Fisher

Hi,

I have an application which scan the network for http servers,
I use the HttpWebRequest.
When I use 1 working thread everything is working OK,
but when I use more than 1 working thread most of the requests which should
connect to a http server does'nt work.

I use the ethreal to sniff and noticed that those requests goes somthing
like :
Syn (from me to the server)
Syn, Ack (from the server to me)
Ack (from me to the server) - Here the checksum of the packet is wrong, all
the Syn Ack is of course a low level implementation.

any ideas ?
 
Back
Top