[grpc-io] grpc go : how to know in server side, when client closes the connection

2016-10-02 Thread vimal78
I am using grpc go i have an rpc which looks roughly like this 196 service MyService { 197 // Operation 1 198 rpc Operation1(OperationRequest) returns (OperationResponse) { 199 option (google.api.http) = { 200 post: "/apiver/myser/oper1" 201 body: "*" 202 }; 203 }

[grpc-io] Re: Building grpc-java on Power8

2016-10-02 Thread nishidha27
This error means, it needs protoc-gen-javalite binary built on arm as you've one for protoc. Build google/protobuf's tag "v3.0.0-javalite" that will generate the required binary and install it. And then run ./gradlew build can be run with -Pprotoc-gen-javalite=. Other changes look good for addin

Re: [grpc-io] [grpc-java 1.0.0] Use grpc in production causes memory leak

2016-10-02 Thread Taehyun Park
Thank you for your reply, Eric. The memory usage kept growing gradually for 7 days and I had to restart the server application as it used 13G out of 16G ram. I'm not sure about ignoring flow control. Could you give me an example or document that I can take a look if I ignored flow control? Is

Re: [grpc-io] Re: gRPC-java seems slow with multi-level proto

2016-10-02 Thread Avinash Dongre
Thanks Louis, For helping me here Sorry for delayed response I am sure I am doing something wrong in my code, but could not figure out yet. I have checked-in my benchmark project here at https://github.com/davinash/grpc-bench Raw Server , client and impl can be found at https://github.com/