Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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: