[go-nuts] Re: Max age for TCP connection

2016-09-13 Thread Johnny Luo
Hi David, I saw similar solutions using DNS to add / remove node from cluster, the client side spin up a go routine keep resolving the DNS in an interval, if it find new ip appears in DNS record, add it to the pool , when ip address disappear from the DNS, it removes from the pool.

[go-nuts] Re: Max age for TCP connection

2016-09-13 Thread C Banning
What is your http.Client.Timeout value? On Tuesday, September 13, 2016 at 8:57:45 AM UTC-6, david...@ft.com wrote: > > Hi, > > We've got a HTTP client connecting to an active-passive cluster setup, > controlled through a traffic managed DNS entry and a good-to-go signal on > each cluster. When