Skip to content

Updated README.md #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ The main difference from Python version layed in Golang architecture for concurr
a new thread for each connection in the connection pool so it uses hundreds and thousands of threads.
hulk.go just uses lightweight goroutines that used only tens of threads (commonly golang runtime started one thread for
CPU core + several service threads). This architecture allows golang version better consume resources and got much higher
connection pool on the same hardware than Python version can.
connection pool on the same hardware than Python version can
### Prerequisites:
1. python2
2. git

This tool targeted for stress testing and may really down badly configured server or badly made app. Use it carefully.

Expand Down