Y
Hacker News
new
|
ask
|
show
|
jobs
by
pron
4412 days ago
You won't run out of (lightweight) threads because you can have millions of them. Blocking code on top of lightweight threads give you exactly the same scaling characteristics of nonblocking code.