still trying to understand n node.js ...
If I apply the asyn.net async pattern for each I / O operation and set maxWorkerThreads = 1, is it (conceptually) similar to node.js?
Is an I / O operation (in any framework) performed in its own thread, or is there any OS functionality for receiving notifications / light streams?
this SO thread says node.js still uses threads internally, so this is not so different from asp.net. Some answers say yes, but this is the best programming model, etc. What topics does this easy I / O question refer to, like the ones I asked in # 2?
source share