Skip to content

Commit 6f8b1aa

Browse files
authored
Update README.md
1 parent 8a8396d commit 6f8b1aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Using Golang(net/socket) to httpflood
33

44
**Using tcp socket to send Http request**
55

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+
612
## INFO
713

814
- [x] HTTP Get Flood

0 commit comments

Comments
 (0)