Difference between Event loop and thread pool in Node.js
Difference between Event loop and thread pool (in node js) is a Node.js topic. In plain words you use it for wait for DB then reply in one Node process. Don’t start with a slogan — start with that picture.
Smallest example: async I/O, don’t block. Type it, run it, and say what you see. If you can do that from memory, you know Difference between Event loop and thread pool (in node js).
From the example next to this theory — Difference between Event loop and thread pool in Node.
Trap — fs.readFileSync on a huge file. Fix that before you talk about advanced Node.js.
Viva: what is Difference between Event loop and thread pool (in node js)? Then show async I/O, don’t block. Then name the trap.
request
│
▼
event loop
│ I/O done
▼
responseWhat is Difference between Event loop and thread pool (in node js)? Show this: async I/O, don’t block. Trap: fs.readFileSync on a huge file.