Y
Hacker News
new
|
ask
|
show
|
jobs
by
gmhafiz
989 days ago
In Go's net/http library, each request is served in a new goroutine. So it uses all CPU resources by default.
I'm not sure why its number is quite low though.