abh / geodns

DNS server with per-client targeted responses
Apache License 2.0
1.39k stars 193 forks source link

Increment qCounter with AddUint64 #19

Closed abh closed 11 years ago

abh commented 11 years ago

Figure out if qCounter should be incremented with AddUint64 (and if so if it should receive the counts via a channel first).

http://www.reddit.com/r/golang/comments/116yan/dns_server_in_go_big_ntp_pool_upgrade/

abh commented 11 years ago

Now using go-metrics instead.