| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b1e6de8 commit 27b3583
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -198,8 +198,8 @@ Within a worker, `process.on('message')` may also be used. | |||
| 198 | 198 | ||
| 199 | 199 | See [`process` event: `'message'`][]. | |
| 200 | 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: | ||
| 201 | + Here is an example using the message system. It keeps a count in the master | ||
| 202 | + process of the number of HTTP requests received by the workers: | ||
| 203 | 203 | ||
| 204 | 204 | ```js | |
| 205 | 205 | const cluster = require('cluster'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments