Slide 26
Slide 26 text
Guidelines For Writing Production Worker
Threads Applications :
• For production - use worker threads pool
• If you can - use asynchronous operations, it is much
faster
• Don’t use Worker Thread for IO operations - Node.js
built in mechanisms are much faster