Hello guys,

I want to create a simple program that will test my server. It should send multiple requests for some file (.html, .php, .jpg ...) but it would be able to generate and send at least couple of hundred of those IN A SECOND!

I tried using Webbrowser control... well its kinda slow, plus the most i got out of it is probably 5 request per second may be a little more once in a while.

So I would assume I have to have like an array or a collection of those requests READY to be send in one instant.

I'm not trying to develop a next SPECweb2005 here but the general idea is the same.

Appriciate all the help!

p.s. either vb.net or classic vb is fine with me.