On Sun, Jul 24, 2011 at 08:57:45PM +0200, Iñaki Baz Castillo wrote: > 2011/7/24 Willy Tarreau <w@xxxxxx>: > >> Also, if the user realizes that the connection takes too much time and > >> presses F5 to reload the page, why couldn't the webbrowser cache the > >> SRV results and mark the previous attemp as failed so next server:port > >> woul be tryed when the user presses F5? > > > > Yes but once again, if you have to wait one minute on each new site so > > that all dead servers can be ignored, the web will look like a terrible > > experience to you. > > Ok, but what would be the failover solution then? any failover > solution can take some time until redirects the client's request to a > working server, it's not just a client problem. This is already addressed by existing web architectures. DNS provides geolocation and proposes you the closest working datacenter. BGP ensures that this datacenter is always reachable via multiple links and multiple providers. Load balancers on the site ensure that only valid servers are used. I know some people who configure their load balancers so that a server is removed from the pool less than 50ms after a failure or slowdown has been noticed. You will never be able to offer that quality of service using DNS only, because those 50ms are less than the time it takes for most visitors to ping the site. > Anyhow, don't forget that SRV is not just for failover, but also for > load-balancing (you can state that a more powerful server-01 receives > 80% of the traffic and server-02 the remaining 20%). This is already addressed by DNS round robin and used by a lot of sites. But keep in mind that DNS is used between *sites* and not *servers*. If you use it for servers, you'll fail because you won't be able to silently put them in maintenance without disturbing visitors. Load balancers are used for servers. And between sites, people are not seeking imbalanced distribution. If they really do, then it's easy using multiple addresses. Don't take this as an attack (it is not), but you accused Roy of not knowing SRV, but I think that you're not much experienced with web infrastructures and that may be why you think that SRV is the *only* solution to many problems that have been dealt with for ages. I think your proposal could make sense with SHOULDs instead of MUSTs, eventhough it's unlikely that it will be used for the latency reasons that were suggested. Regards, Willy _______________________________________________ Ietf mailing list Ietf@xxxxxxxx https://www.ietf.org/mailman/listinfo/ietf