File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,10 @@ for things like sessions and login.
9999Because workers are all separate processes, they can be killed or
100100re-spawned depending on your program's needs, without affecting other
101101workers. 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
You can’t perform that action at this time.
0 commit comments