Background:
I made a server program with golang, it receives requests and creates
a gorouting to insert the data from the request for each request. And I
also created a client with golang, and sends the request with it on three
computers. Each of the client will send 20000 requests, so the total
number is 60000, and in theory, there will be 60000 records in the
database. But I found the number of the records is often less than 60000, I
also log the request number on the server side, the requests number is
correct which is 60000.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.