Cluster mode
-
Enhancing Node PerformanceFramework/Node.js 2020. 2. 21. 22:41
1. Overview 2. Intuition 2.1 Blocking the Event Loop const express = require('express'); const app = express(); function doWork(duration) { const start = Date.now(); while(Date.now() - start { doWork(5000); res.send('Hi there'); }); app.listen(3000) as soon as you and I start writing some javascript code that takes some amount of time to execute our en..