Y
Hacker News
new
|
ask
|
show
|
jobs
by
exabrial
4218 days ago
If Node forks, does this mean one of the projects will block?
2 comments
andypants
4218 days ago
No, node.js is event-driven and non-blocking.
link
emergentcypher
4218 days ago
But there is only a single thread, so io.js will probably hog all the time and effectively block everybody else.
link
calebm
4218 days ago
As it was forked by some of the top Node contributors, I'm guessing yes.
link