File tree 1 file changed +4
-3
lines changed
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.
99
99
Because workers are all separate processes, they can be killed or
100
100
re-spawned depending on your program's needs, without affecting other
101
101
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.
105
106
106
107
## cluster.schedulingPolicy
107
108
You can’t perform that action at this time.
0 commit comments