The Daily Go
Best way to implement global counters for highly concurrent applications?
http://stackoverflow.com/questions/16783273/golang-best-way-to-implement-global-counters-for-highly-concurrent-applications
#Questions #Concurrency
Best way to implement global counters for highly concurrent applications?
http://stackoverflow.com/questions/16783273/golang-best-way-to-implement-global-counters-for-highly-concurrent-applications
#Questions #Concurrency
Stackoverflow
golang: Best way to implement global counters for highly concurrent applications?
What is the best way to implement global counters for a highly concurrent application? In my case I may have 10K-20K go routines performing "work", and I want to count the number and types of item...