Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jesstaa
on June 12, 2012
|
parent
|
context
|
favorite
| on:
Network Programming with Go
The Go runtime creates new threads to run goroutines when a thread is blocked making a syscall. The net package avoids having too many threads blocking on syscalls by using epoll/kqueue etc. for socket I/O.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: