Node.js provide an efficiency in doing nothing?
Asked Answered
F

1

5

I heard a speaker described Node.js as a webserver that "efficiently does nothing". I thought it was a joke but others looked to nod agreement. Can someone explain my misunderstanding of this phrase?

Facility answered 24/9, 2010 at 18:28 Comment(0)
S
7

I think this is a reference to the nature of node's evented and non-blocking architecture. While waiting for a process to complete and/or return, node doesn't block another process from work.

Symmetrize answered 25/9, 2010 at 5:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.