If I understand node.js correctly, then a single event handler that does not release the cpu (infinite loop for example) can freeze the whole system. Is this correct?
Asked
Active
Viewed 3,923 times
3
-
1true - running `while(1);` will lock the process – chriso Apr 02 '11 at 11:31
-
Possible duplicate of [Why does a while loop block the node event loop?](http://stackoverflow.com/questions/34824460/why-does-a-while-loop-block-the-node-event-loop) – Farid Nouri Neshat Dec 17 '16 at 07:14