Yes, we are aware of this problem and we are working hard to address this. Significant performance improvement for gRPC Python is coming soon.
Jan On Sat, May 14, 2016 at 6:11 PM, <[email protected]> wrote: > python sync call 260 time/sec > python streaming response 1900 times/sec > cpp sync call 9k times/sec > cpp streaming response 360k times/sec > > > > On Sunday, May 15, 2016 at 7:30:30 AM UTC+8, Feng Xiao wrote: >> >> +grpc group >> >> On Fri, May 13, 2016 at 8:46 PM, Yan Yan <[email protected]> wrote: >> >>> https://github.com/grpc/grpc/tree/master/examples/python >>> >>> I performed benchmarks by modifying the python examples. I have got >>> 260/sec sync calls (req & rep rpc) and 1900/sec streaming response. How can >>> I increase the thruput without multithreading and increase batch sizes? Thx. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Protocol Buffers" 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/protobuf. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/grpc-io/c548d590-efb2-417b-8d80-27d1a2abf2da%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/c548d590-efb2-417b-8d80-27d1a2abf2da%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" 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/protobuf. For more options, visit https://groups.google.com/d/optout.
