I am looking into gRPC in async mode to see if it is suitable for the application that I am working on.
I have difficulties to understand how does it really work with regards to greeter_async_server, and I have the following questions:
It seems for the provided example greeter_async_server, the framework starts 3 additional threads. Does gRPC in async mode starts its own threads to handle io? Can the number of threads be controlled and what they are used for?
Many thanks in advance.