DNS server in Go - Big NTP Pool upgrade
news.ntppool.org
DNS server in Go - Big NTP Pool upgrade
1–10 of 29 posts
Re: DNS server in Go - Big NTP Pool upgrade
#2Re: DNS server in Go - Big NTP Pool upgrade
#3Re: DNS server in Go - Big NTP Pool upgrade
#4[deleted]
Re: DNS server in Go - Big NTP Pool upgrade
#5[2] https://github.com/miekg/dns
[3] https://port6379.com/blog/2012/09/03/using-dns-to-find-insta...
Re: DNS server in Go - Big NTP Pool upgrade
#6[deleted]
It is a well known practice. In this case, you can easily load the same configuration and replay the same queries on the Perl and Go servers, then compare. This means that you have only a single component to test. Supposing the author had selected a different configuration format, he would have had to also check that the configuration was correctly created and loaded. It also allowing the author to put a single serve…
Re: DNS server in Go - Big NTP Pool upgrade
#7[deleted]
Try this: the new software reads the old config file format, so we can stagger the roll-out (install new code on some servers while keeping the old code on other servers), and expect things to keep humming along with no downtime and a simple fallback procedure if we see any problems. The new code should perform better than the old code, that's why we wrote it.
Re: DNS server in Go - Big NTP Pool upgrade
#8Re: DNS server in Go - Big NTP Pool upgrade
#9How can this even exist without generics, template meta-programming or a turing complete type system? I doubt that they know what they're doing.
Re: DNS server in Go - Big NTP Pool upgrade
#10So is http://code.google.com/p/go/issues/detail?id=909 a real-world problem?