Utilizing Thread pools in Node.js
If you are wondering about the title,
All the methods of fs module in Node.js use thread pools
Some methods of crypto module like pbkdf2 hash method use Node.js thread pool
Depending of OS, Node.js make use of thread pools for different methods/modu...
blog.shams-nahid.com4 min read
T Suzan
Engineering Architect
Thanks a lot for this info .