Hacker News new | ask | show | jobs
by luv2code 5022 days ago
I'm pretty sure i/o bound go routines will use the very same kernel eventing mechanism. I looked into this recently, and you have to explicitly tell it to use more than one thread with http://golang.org/pkg/runtime/#GOMAXPROCS
1 comments

Exactly.