Skip to content

Commit f75d546

Browse files
Fishrock123rvagg
authored andcommitted
doc: clarify cluster behaviour with no workers
Fixes: #1239 Ref: 41b75ca PR-URL: #2606 Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
1 parent bb24c4a commit f75d546

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/api/cluster.markdown

+4-3
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ for things like sessions and login.
9999
Because workers are all separate processes, they can be killed or
100100
re-spawned depending on your program's needs, without affecting other
101101
workers. As long as there are some workers still alive, the server will
102-
continue to accept connections. io.js does not automatically manage the
103-
number of workers for you, however. It is your responsibility to manage
104-
the worker pool for your application's needs.
102+
continue to accept connections. If no workers are alive, existing connections
103+
will be dropped and new connections will be refused. io.js does not
104+
automatically manage the number of workers for you, however. It is your
105+
responsibility to manage the worker pool for your application's needs.
105106

106107
## cluster.schedulingPolicy
107108

0 commit comments

Comments
 (0)