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

No, node.js is event-driven and non-blocking.
But there is only a single thread, so io.js will probably hog all the time and effectively block everybody else.
As it was forked by some of the top Node contributors, I'm guessing yes.