Re: [go-nuts] best practice to read/write shared map in a web application

2017-10-18 Thread Shawn Milochik
My suggestion is something like this: https://play.golang.org/p/1NdQbAW65k There is a discussion very similar to this from a few days ago: https://groups.google.com/forum/#!topic/golang-nuts/AeV0BYaWABw -- You received this message because you are subscribed to the Google Groups "golang-nuts"

[go-nuts] best practice to read/write shared map in a web application

2017-10-18 Thread woosley. xu.
Hi, I am writing an application here using echo framework, this application(*client node*) runs on every server and report its OS/Hardware facts to a master node. On master, it store all the server facts in a big map, the key