[ / / / / / / / / / ] [ dir / ask / dcaco / fur / hypno / o / sl / ttgg / u ]

/prog/ - Programming

Programming board

Catalog

Name
Email
Subject
Comment *
File
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Options
Password (For file and post deletion.)

Allowed file types:jpg, jpeg, gif, png, webm, mp4, pdf
Max filesize is 12 MB.
Max image dimensions are 10000 x 10000.
You may upload 2 per post.


File: 1447276946265.jpg (174.06 KB, 1189x1444, 1189:1444, MC_Hammer_(cropped).jpg)

3acdae No.3567

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?

e64c16 No.3568

How does Low Orbit Ion Cannon do it? That shit was pretty effective when massed.


45ba1a No.3605

for (int x = 0; x < _threads; x++){
thread.start( () => {
httpreqeust("vicdum");
});
}




[Return][Go to top][Catalog][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / ] [ dir / ask / dcaco / fur / hypno / o / sl / ttgg / u ]