The current Grid server launch strategy is to launch each server in the collection one at a time, waiting for each to be active and connected before proceeding to the next. Even for a Grid with only a single node, this adds a significant amount of delay to the process of launching the Grid.
Implement a new strategy, launching all of the servers in the collection in rapid succession, then wait for all of the servers to activate and connect. This should reduce Grid launch time dramatically.
The current Grid server launch strategy is to launch each server in the collection one at a time, waiting for each to be active and connected before proceeding to the next. Even for a Grid with only a single node, this adds a significant amount of delay to the process of launching the Grid.
Implement a new strategy, launching all of the servers in the collection in rapid succession, then wait for all of the servers to activate and connect. This should reduce Grid launch time dramatically.