[grpc-io] Re: How to set the thread number of callback_server

2021-09-08 Thread Oleg Linkin
Also: https://github.com/grpc/grpc/blob/master/src/cpp/common/completion_queue_cc.cc#L56 On Wednesday, September 8, 2021 at 1:36:37 PM UTC+3 Oleg Linkin wrote: > Hi. > > Currently, the thread count is automatically selected by the library > with no user input and is set to half the system's cor

[grpc-io] Re: How to set the thread number of callback_server

2021-09-08 Thread Oleg Linkin
Hi. > Currently, the thread count is automatically selected by the library with no user input and is set to half the system's core count, but no less than 2 and no more than 16. https://github.com/grpc/proposal/blob/master/L67-cpp-callback-api.md On Wednesday, September 8, 2021 at 12:21:43 PM UT