Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.4.2
Description
If there are many network connectors and a slow network, starting serially means that the last network connector may have to wait for N slow connection establishment processes. If the connection initiation fails fast it is not really a problem as the start process can move on quickly.
It should be possible to start network connectors using an executor such that they can start in parallel. Fast connections can be up an running immediately.