Y
Hacker News
new
|
ask
|
show
|
jobs
by
ZitchDog
4159 days ago
Because node is single threaded, so blocking for this user will block all requests for all users.
1 comments
BonoboBoner
4159 days ago
That explains it, thanks. To me this makes the focus on non-blocking code in PlayFramework2.0 a bit more strange to me, since the JVM isnt single threaded.
link
yowmamasita
4159 days ago
it's because native threads are expensive
link
BonoboBoner
4159 days ago
They are again? In this talk they mentioned them to be cheap in 2008
link