Hi all,
my requirement is to bombard the web service by multiple requests.
I am trying to send multiple requests to the web service through a
vb.net application, I am creating multiple threads, a single thread calls shared function which creates request using asynchronous httpwebrequest, on the client side application works fine. But when I checked the service it is only receiving max of 2 threads at a time.
I need help in architecture and code.