Re: keepalive not work with grpc

2018-08-21 Thread hunterqin
It works. Nice job! Thank you for help. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280765,280932#msg-280932 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

“max conns” in upstream is not working what I've expected;

2018-08-21 Thread jinsam.kim
Hello Super Heroes. I want to limit connections in a service. So I used max_conns directive in upstream. But it allows twice connections as many as I've set. So, I suspected myself. Maybe… Am I used the direction in wrong way. And I found some descriptions about “max_conns” exception rules.

Re: keepalive not work with grpc

2018-08-21 Thread Maxim Dounin
Hello! On Fri, Aug 17, 2018 at 03:36:15AM -0400, hunterqin wrote: > I used protobuf v310, grpc v181, nginx v1152 and v1140. > The server is just same as the example async_server on grpc website. > https://grpc.io/docs/tutorials/async/helloasync-cpp.html > You can use it directly. > https://githu