[grpc-io] Gearman server dropping workers after installing gRPC package

2019-04-08 Thread jisooh via grpc.io
Hello, I was wondering if anyone has faced issues with Gearman dropping workers after installing gRPC. We currently run the Gearman server and workers (Centos 7) on separate machines, and when we install the gRPC package via PECL, we find that the server will drop the worker connections.

[grpc-io] PHP grpc and protobuf YUM packages

2019-03-29 Thread jisooh via grpc.io
Hello, We are currently installing grpc and protobuf via YUM with the packages *php56-php-pecl-grpc *and *php56-php-pecl-protobuf *on CentOS 7. However, when a new release comes out, the old versions are removed from the YUM repo. I was wondering if there was a way to get these old packages

[grpc-io] Re: PHP and Python client fails SSL connection

2019-02-11 Thread jisooh via grpc.io
Srini, thanks for the reply. I tried again with the latest changes and it works! On Tuesday, February 5, 2019 at 4:01:54 PM UTC-8, jis...@wepay.com wrote: > > Hello, > > > We are currently facing an issue with trying to connect our PHP gRPC > client with SSL to our Java gRPC server. The gRPC

Re: [grpc-io] PHP and Python client fails SSL connection

2019-02-06 Thread jisooh via grpc.io
> On Tue, Feb 5, 2019 at 4:01 PM jisooh via grpc.io > wrote: > >> Hello, >> >> >> We are currently facing an issue with trying to connect our PHP gRPC >> client with SSL to our Java gRPC server. The gRPC service we are trying to >> connect to is runn

[grpc-io] PHP and Python client fails SSL connection

2019-02-05 Thread jisooh via grpc.io
Hello, We are currently facing an issue with trying to connect our PHP gRPC client with SSL to our Java gRPC server. The gRPC service we are trying to connect to is running on a service mesh (linkerd/namerd), and the call first hits a linkerd instance that routes to the service. When we

Re: [grpc-io] [PHP] gRPC channel connection with php-fpm

2019-01-16 Thread jisooh via grpc.io
Thanks for the reply Stanley. This information is helpful to us. On Tuesday, January 15, 2019 at 5:33:33 PM UTC-8, Stanley Cheung wrote: > > > > On Tue, Jan 15, 2019 at 11:35 AM jisooh via grpc.io < > grp...@googlegroups.com > wrote: > >> Hello, >> >&g

[grpc-io] [PHP] gRPC channel connection with php-fpm

2019-01-15 Thread jisooh via grpc.io
Hello, We want to start using PHP gRPC clients but have a question regarding php-fpm and the grpc channel connections. When we send a request with PHP, php-fpm maintains a pool of workers to deal with the request. When using gRPC channels, does the php process bring up and down the gRPC

[grpc-io] Error when building gRPC PHP Plugin on CentOS 7

2018-11-26 Thread jisooh via grpc.io
Hi, I am trying to follow the steps outlined https://grpc.io/docs/quickstart/php.html to install gRPC and protobuf for PHP on CentOS 7 but I am running into an error on when I am trying to build the PHP Protoc Plugin. I am installing the gRPC PHP extension and Protobuf Runtime library via