[grpc-io] Re: Is grpc.min_reconnect_backoff_ms confusingly named and documented?

2018-01-17 Thread 'David Garcia Quintas' via grpc.io
Hey John, Thank you for pointing this out. The backoff code has recently gone through changes in order to address all this confusion. In fact, 1.8.0 doesn't include subsequent changes make to the code which clean it up even further . In any case, your

[grpc-io] Re: C++ posix grpc server (AddInsecureChannelFromFd)

2018-01-17 Thread apolcyn via grpc.io
choonk@ that API exists in the C-core but is not currently exposed by the C# wrapper. If this functionality is still wanted though, I suggest filing a feature request issue in github or a pull request. On Wednesday, January 10, 2018 at 6:42:47 PM UTC-8, choonk...@gmail.com wrote: > > Is it

[grpc-io] Re: why grpc server can not use as many cpus as possiable

2018-01-17 Thread mmukhi via grpc.io
GOMAXPROCS basically tells you how many parallel units of work can happen at a time. It should by default be equal to the number of CPUs you have on your machine. For optimizing gRPC-go performance I won't recommend updating it manually. If there's a specific scenario that you are looking to

[grpc-io] Re: [python]How to run python packages with gprc

2018-01-17 Thread 'Mehrdad Afshari' via grpc.io
Please follow the greeter example, specifically replacing the body of SayHello with your own code to execute the arbitrary code you want: https://github.com/grpc/grpc/blob/master/examples/python/helloworld/greeter_server.py#L30 On Tuesday, January 9, 2018 at 6:39:26 PM UTC-8, he...@snaps.com

[grpc-io] Re: golang async GRPC example

2018-01-17 Thread mmukhi via grpc.io
Hey Lax, There's only a sync implementation of gRPC in golang. Best, Mak On Thursday, January 11, 2018 at 11:24:45 AM UTC-8, ltum...@gmail.com wrote: > > Hi, > The benchmark results on the grpc.io website show that golang's Sync qps > performance is about half that of Java Async's. > - Please

[grpc-io] Re: building gRPC go on AIX

2018-01-17 Thread amandeep
I solved the issue by installing ca-certificates. -Aman On Wednesday, January 17, 2018 at 10:39:46 AM UTC-8, Mehrdad Afshari wrote: > > I think there might be an issue with Go fetching the URL. You can try > cloning the git repository directly (github.com/grpc/grpc-go) under the > right path

[grpc-io] Re: building gRPC go on AIX

2018-01-17 Thread 'Mehrdad Afshari' via grpc.io
I think there might be an issue with Go fetching the URL. You can try cloning the git repository directly (github.com/grpc/grpc-go) under the right path (google.golang.org/grpc) in your $GOPATH/src. You probably need to recursively do this for all the dependencies as well. Unfortunately we

Re: [grpc-io] What is the minimum android/iOS version that gRPC support?

2018-01-17 Thread 'Muxi Yan' via grpc.io
Currently gRPC supports iOS 7.0, documented in the Cocoapods podspec . On Tue, Jan 16, 2018 at 10:21 PM, Eric Gribkoff wrote: > +mxyan for iOS. On Android, we support API levels 14 and up, as this > matches the