We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e6de8 commit 27b3583Copy full SHA for 27b3583
doc/api/cluster.md
@@ -198,8 +198,8 @@ Within a worker, `process.on('message')` may also be used.
198
199
See [`process` event: `'message'`][].
200
201
-As an example, here is a cluster that keeps count of the number of requests
202
-in the master process using the message system:
+Here is an example using the message system. It keeps a count in the master
+process of the number of HTTP requests received by the workers:
203
204
```js
205
const cluster = require('cluster');
0 commit comments