Multithreading, how it can handle many async requests at the same time? #44525
-
Hi Guys, I understand that Node.js uses a single-thread and an event loop to process requests only processing one at a time (which is non-blocking) and all async functions (I/O operations, File System, DNS resolution,...) goes to another internal thread pool (which has 4 threads by default, right?) to be resolved and then return the response in the callback to the event loop. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
duplicate of nodejs/help#3971 |
Beta Was this translation helpful? Give feedback.
duplicate of nodejs/help#3971