Re: [go-nuts] How does golang handles DNS caching

2023-06-13 Thread Kishan Pandey
config as it'd overload DNS server if you're making a lot of connections > and is totally unnecessary. > > środa, 7 czerwca 2023 o 20:42:17 UTC+2 Ian Lance Taylor napisał(a): > >> On Wed, Jun 7, 2023 at 5:13 AM Kishan Pandey >> wrote: >> > >> > My appl

[go-nuts] How does golang handles DNS caching

2023-06-07 Thread Kishan Pandey
My application is using gorm to connect to the database FQDN. If I am making changes to DNS record for the FQDN , the application needs to be restarted to take the DNS change. I think it is making the DNS query only at the application start time but not afterward. I would like to know how does