7k/sec streaming response still a little slow in my use cases. Can I do the grpc and protobuf stuff in c++ and integrate it with a python client? It is a user requirement that the client has to be in python. Has anyone tried grpc, protobuf, plus some of the stuff in the thread below? I would expect the python and c++ code to be running within the same process w/o IPC. Thx.
Integrate Python And C++ http://stackoverflow.com/questions/1153577/integrate-python-and-c On Friday, July 15, 2016 at 9:53:29 AM UTC+8, Nathaniel Manista wrote: > > On Thu, Jul 14, 2016 at 6:46 PM, Yan Yan <[email protected] <javascript:>> > wrote: > >> I have got 7k/sec streaming response on python client. Is this expected? >> > > We haven't yet set up a comparable benchmark for single-RPC streaming, so > it's neither expected nor unexpected. On what hardware are you running, and > what version of grpcio do you have installed? > -N > -- 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.
