Re: [grpc-io] Local in process server

2019-08-21 Thread christonnavasalo
Hi All, I'm in process of creating C++ components but I need 2 suggestions will in-process transport will be faster r we can use HTTP/2 and also someone please point me to some examples for in-process examples for C++, Most of the places I'm seeing only samples for JAVA. Thanks in advance

Re: [grpc-io] Re: grpcio wheel build

2019-08-21 Thread 'Lidi Zheng' via grpc.io
Did the C-Core build succeed? Can you provide specific command and logs? On Wednesday, August 21, 2019 at 12:40:11 PM UTC-7, Ioannis Vogiatzis Oikonomidis wrote: > > Yes I did. The files are there.I checked. > I more or less copy pasted the build scripts from the links >

Re: [grpc-io] Re: grpcio wheel build

2019-08-21 Thread Ioannis Vogiatzis Oikonomidis
Yes I did. The files are there.I checked. I more or less copy pasted the build scripts from the links From: 'Lidi Zheng' via grpc.io Sent: Wednesday, August 21, 2019 8:06:17 PM To: grpc.io Subject: [grpc-io] Re: grpcio wheel build Did you pull in the submodules?

Re: [grpc-io] Re: grpc server shutdown

2019-08-21 Thread Jeff Steger
That’s like saying, ‘why would u want to call delete on a null pointer’ (in C++). Well, because in some cases it is convenient to do so (rather than pathologically checking for null every single time you delete something). Deleting a null pointer is harmless, and shutting down a server that is

Re: [grpc-io] Build Process When Using Multitude Languages

2019-08-21 Thread 'Eric Anderson' via grpc.io
You may be interested in https://github.com/googleapis/gapic-generator/tree/master/rules_gapic . Granted, that is only really intended for googleapi's usage, but it is solving the same basic problem. Biggest issue is probably that it does a lot more than you are wanting. It creates a native

[grpc-io] Re: grpcio wheel build

2019-08-21 Thread 'Lidi Zheng' via grpc.io
Did you pull in the submodules? git submodule update --init It looks like those third_party files are missing. On Friday, August 16, 2019 at 8:28:19 AM UTC-7, ioannis.vogia...@ansys.com wrote: > > I am trying to build grpcio against an already build protobuf version > > I am first building

[grpc-io] Re: what is use case for streaming rpc?

2019-08-21 Thread 'Juanli Shen' via grpc.io
A real life example of using streaming RPC is load reporting: https://github.com/grpc/grpc/tree/master/src/cpp/server/load_reporter In that case, the server may send multiple updates about load reporting config, and the client can send multiple reports periodically. But streaming RPCs are not

[grpc-io] Flowcontrol settings in grpc C++

2019-08-21 Thread Sree Kuchibhotla
Hi folks, I had a few questions about Flow control settings in C++. - What is the default flow control window size? (as per the RFC, the initial flow control window size (per connection) is 64k which could be later adjusted with WINDOW_UPDATE messages). Does gRPC also use this as the default

[grpc-io] Re: Error in compile grpc c++ version, help

2019-08-21 Thread 'Juanli Shen' via grpc.io
Issue filed here: https://github.com/grpc/grpc/issues/19997 On Tuesday, August 20, 2019 at 3:24:56 AM UTC-7, Robert Qiu wrote: > > Hi there , > > I follow the instruction from the installation link: > https://github.com/grpc/grpc/blob/master/BUILDING.md > > Encounter the following errors, some

[grpc-io] Re: grpc server shutdown

2019-08-21 Thread 'Juanli Shen' via grpc.io
It's definitely not the expected usage. And from the API comment, I believe there is no guarantee that this will work in the future even if it worked now. Why would you want to shut down a sever multiple times? On Tuesday, August 20, 2019 at 3:18:52 PM UTC-7, Jeff wrote: > > If shutdown is

[grpc-io] Re: grpc server shutdown

2019-08-21 Thread 'Yang Gao' via grpc.io
It is safe to call Shutdown more than once. On Tuesday, August 20, 2019 at 3:18:52 PM UTC-7, Jeff wrote: > > If shutdown is called on a server more than once, is the behavior defined? > Is it safe to do this or is there a chance of a crash? -- You received this message because you are

[grpc-io] Re: Report vulnerability

2019-08-21 Thread jiangtao via grpc.io
Thank you very much for keeping us in the loop. Could you please email detailed vulnerabilities to the private grpc-secur...@googlegroups.com list? Production security engineers will evaluate the vulnerability within 3 workdays. gRPC CVE process can be found in

Re: [grpc-io] Report vulnerability

2019-08-21 Thread 'Srini Polavarapu' via grpc.io
Hi, Thanks for reaching out. Please follow the CVE process here: https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md. Thanks. On Wed, Aug 21, 2019 at 3:19 AM wrote: > Hi, > > Our team has recently discovered a Null Pointer Dereference security > vulnerability in gRPC. > > How

Re: [grpc-io] Re: gRPC for embedded systems( for example - RTOS like ThreadX, FreeRTOS etc. )

2019-08-21 Thread Dharam Kumar
Hello Jaehong, I've been able to put grpc framework on wiced rtos APIs. Basically, Wiced SDK from Cypress provides abstracted RTOS/Networking APIs which is underneath implemented by different rtos/network stacks. For example - Expresslogic's

[grpc-io] Report vulnerability

2019-08-21 Thread uri
Hi, Our team has recently discovered a Null Pointer Dereference security vulnerability in gRPC. How do we disclose it and open a CVE. Thanks! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving