I am trying to send many requests over gRpc, however am running into very poor performance under simulated load via. wrk with a 100ms rpc request deadline.
- ubuntu 14.04 x86 - go1.6.2 - 1 Connection being handled via. gRpc - The operation being performed on the server end is always less than 1ms - gRpc time is anywhere from 30-500ms - this test is performed with both client / server on the same machine I attempted a loosely handled open / close connection method which appeared to give a more stable overall time (3-150ms). I am aiming for sub 100ms at all times. What is the best practice for handling this? -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/1d634878-f3f2-43ff-bebd-9f22d2a0d77a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
