For highest throughput, bidi streaming will probably be the fastest. This is not to say that the other modes won't be fast, just that it's faster. Be aware that bidi streaming calls are not as general as unary calls (no headers per message, no retries, etc.)
On Saturday, December 2, 2017 at 1:49:19 PM UTC-8, [email protected] wrote: > > Hi all, > > I am trying to implement a service that has the highest possible > throughput. I don't care if it is any of async/sync x unary/streaming. > > I looked at the benchmark results at > https://performance-dot-grpc-testing.appspot.com/explore?dashboard=5632763172487168&widget=713624174&container=1012810333 > > It seems that "cpp_generic_async_streaming_qpx_unconstrained_insecure" has > the highest throughput. > > I guess this test is 'async streaming' according to the test name. But, > what streaming? Is it server-side, client-side or bidirectional? > > A more general question is, which combination of async/sync x > unary/server_streaming/client_streaming/bidirectional_streaming has the > highest performance? > > Thanks, > Jun > -- 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/0997346c-9a08-4c63-a61c-4300508d0c54%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
