lidavidm commented on PR #36517: URL: https://github.com/apache/arrow/pull/36517#issuecomment-1640876863
It is not supposed to spawn a thread for each call, at least: > the callback API uses a number of library-owned threads to call Next on an async CQ that is owned by the internal implementation. 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#implementation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
