Re: [grpc-io] python - how to access client certificate from server

2016-12-29 Thread 'Arthur Wiebe' via grpc.io
Cool thanks. On Thu, Dec 29, 2016 at 2:27 PM Nathaniel Manista wrote: > On Wed, Dec 28, 2016 at 11:19 AM, Nathaniel Manista > wrote: > > Consider filing an issue in our issue tracker > ? > > > Never mind about

Re: [grpc-io] python - how to access client certificate from server

2016-12-29 Thread 'Nathaniel Manista' via grpc.io
On Wed, Dec 28, 2016 at 11:19 AM, Nathaniel Manista wrote: > Consider filing an issue in our issue tracker > ? > Never mind about filing a new issue; here's the current issue that for some reason I missed in my searching yesterday

Re: [grpc-io] Servers in PHP?

2016-12-29 Thread 'Jayant Kolhe' via grpc.io
Hi Zack, Please let us know if you have run into any bumps.. We would love to see it come up on gRPC ecosystem since a lot of users have expressed interest in it.. Thanks, - Jayant On Fri, Dec 9, 2016 at 2:14 PM, wrote: > Just a quick update -- we've cleared

[grpc-io] Re: How to reproduce the latency and qps benchmark numbers for grpc-java?

2016-12-29 Thread 'Carl Mastrangelo' via grpc.io
The benchmarks are run using LoadClient and LoadServer, in a sibling directory. The test you ran is design to maximize the number of QPS rather than minimize latency. The latency benchmarks are designed to be controlled by a coordinating process found the in C core repo

[grpc-io] Re: [grpc-java] Lots of Stream Error messages while doing Server-side streaming RPC

2016-12-29 Thread 'Carl Mastrangelo' via grpc.io
What is the domain you are connecting to, and do you have security setup? I looks like you are able to connect to the server, but it is shutting down the connection before you can start the RPC. On Thursday, December 22, 2016 at 1:00:36 AM UTC-8, Ankur Chauhan wrote: > > > I am building a grpc

[grpc-io] C++ : lifetime of stream requests?

2016-12-29 Thread Christian Rivasseau
Hi, in ClientAsyncReaderWriter::Write(const T& msg, tag), is it OK do delete 'msg' after Write() returns, or should it be kept alive until 'tag' was notified? Thanks a lot, -- Christian Rivasseau Co-founder and CTO @ Lefty +33 6 67 35 26 74 -- You received this message