Parallel connections to SQL Server availability group
Joshua Lang <[email protected]> Mon, 22 May 2017 16:17:31 -0700
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAFTwDJSVExCuPOUhdRByVe_nXB72=+HfbzVzwBUvTgc7wRvsSA@mail.gmail.com> |
I noticed that the master branch of FreeTDS has code to attempt connections to all IPs returned for a hostname in parallel. This functionality is not currently in the 1.00 branch, however. This leads to slow connections when using AGs and the client happens to pick the wrong IP address to connect to first because the 1.00 branch attempts to connection to each IP address in sequence. Any idea when the parallel implementation of this connection logic will be merged to the 1.00-branch or otherwise released? Thanks, -j