We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8396d commit 6f8b1aaCopy full SHA for 6f8b1aa
README.md
@@ -3,6 +3,12 @@ Using Golang(net/socket) to httpflood
3
4
**Using tcp socket to send Http request**
5
6
+**1 Threads = 1 connection, Normal website about using 300-1000 connections will down in 10s(specially apache server LOL)**
7
+
8
+**This is golang and threads are just goroutines so you set more higher threads like 1000-5000 is fine.**
9
10
+**Why can it run over 1000 threads(goroutines)? [Read this](http://tleyden.github.io/blog/2014/10/30/goroutines-vs-threads/)**
11
12
## INFO
13
14
- [x] HTTP Get Flood
0 commit comments