What's the best way to repeatedly hit an internet address as fast as possible?
I've written a program in javascript that uses multiple http request objects to send empty POST requests. It can send about a 100 hits in a few seconds. Is there a way to send hits faster than that?