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 shutdown the server : 
- server_->shutdown()
- cq_0>shutdown()

The above sequence stops listening at the mentioned IP:Port combination but 
somehow isn't cleaning those existing pthreads even when streaming / GET 
request is in progress.
Please suggest if i am missing some shutdown step & also could you redirect 
me the relevant piece of code responsible for server shutdown. I checked 
server.cc, dynamic_thread_pool.cc all logic appears fine.

-Thanks
Shikha

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/ae697aa9-a8b0-46f0-88db-e50843a3b82d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to