[grpc-io] Re: C++ Graceful server shutdown

2017-12-07 Thread 'Yang Gao' via grpc.io
Do you mean you created 9 threads or grpc created 9 threads? I assume you are working on an async grpc server? Are those threads your rpc handling threads? grpc creates some threads internally to do some work offload. On Tuesday, November 28, 2017 at 2:19:28 AM UTC-8, shikhach...@gmail.com wrote

[grpc-io] Re: C++ Graceful server shutdown

2017-11-28 Thread shikhachowdhary87
Typo : Even when no connection is in progress On Tuesday, 28 November 2017 15:47:26 UTC+5:30, shikhach...@gmail.com wrote: > > Hello , > > gRPC version : 1.0.0 > > 9 pthreads are created during server startup (equivalent to the cores > available). I am following the follwing sequence to shutd