Archived

This forum has been archived. Please start a new discussion on GitHub.

DNS cache

Hi there,

My client app connects to a server (server01) running on Linux. One day we have power outage for 2 minutes and then back on, both machines are on UPS but the network switch and the DNS are not (by accident). The client app cannot reconnect to the server for an hour. My question is, does Ice cached the DNS name and IP address or it will resolve the DNS name every time it connects?

Thanks
Alex

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Ice doesn't cache DNS names but instead resolves host names for each connection establishment. In general, the operating system takes care of the caching.

    Cheers,
    Benoit.