Hi,
in a feasibility test I set up a server name with 2 IP addresses (machines) associated with it.
This is to support high availability and allow one of the servers to be off line for maintenance or failure and make sure that the service is still available through the second instance.
The connection repeatedly fails if the first SocketAddress being returned by Windows DNS client is not available and no attempt to connect to the other server being made.
In a HA production environment I think that it is essential that tyrus should attempt to connect to all IP addresses associated with a server's name.
Any advice would be appreciated.
Bill Mair