Re: [grpc-io] Re: Evaluating grpc for cross-platform project

2018-05-16 Thread dharam . kumar
Hi Nicolas, I guess I'm late to this discussion. I also agree that gRPC, in its current form, can't work on Arduino. If any given microcontroller has support for libstdc++ also, it is still a big task to port gRPC(grpc-core, gpr, iomgr) on a given network stack/RTOS stack. Further, gRPC and its

Re: [grpc-io] npm install grpc is failing on ubuntu 16.04.

2018-05-16 Thread 'Michael Lumish' via grpc.io
This is a known bug in node-pre-gyp: https://github.com/mapbox/node-pre-gyp/issues/367. Currently there is no given solution. On Thu, May 10, 2018 at 3:21 AM wrote: > Hi guys, > > I'm trying to install grpc on ubuntu 16.04. But it is failing with below > error. I have

[grpc-io] Re: should i cache StreamObserver

2018-05-16 Thread 'Penn (Dapeng) Zhang' via grpc.io
I don't see any reason to start a server at client machine. Are you going to use unary calls or bi-directional streaming calls? Assuming you are using Java, it would be helpful if you read the Client Stub and Server Stub sections in the document

Re: [grpc-io] [grpc c++] Stream buffer writting policy

2018-05-16 Thread 'Noah Eisen' via grpc.io
In that case, this is something that you will have to handle in application logic. gRPC bidi streams to not have ack mechanisms per-message On Wed, May 16, 2018 at 6:56 AM David Audrain wrote: > Attached is the log generated with grpc v1.11.1 . > > My test application

Re: [grpc-io] [grpc c++] Stream buffer writting policy

2018-05-16 Thread David Audrain
Attached is the log generated with grpc v1.11.1 . My test application looks to behave the same way. Everything looks fine from a grpc API perspective after the wifi connection is being turned off around 9h34m35s. Wifi connection is turned on around 9h37m00s and test application processes