diff --git a/doc/api/cluster.md b/doc/api/cluster.md index c96031cce682a3..d0c801d53ee44e 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -109,7 +109,8 @@ will be dropped and new connections will be refused. Node.js does not automatically manage the number of workers, however. It is the application's responsibility to manage the worker pool based on its own needs. - +Although a primary use case for the `cluster` module is networking, it can +also be used for other use cases requiring worker processes. ## Class: Worker