Hacker News new | past | comments | ask | show | jobs | submit login

Is this solved in Go? A while back Go required programmers to use rate limiters, otherwise it would spawn unlimited kernel threads for blocking syscalls.



It's capped at 10000 threads (configurable). Note that Go uses asynchronous I/O where possible.




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: