On Fri, Aug 24, 2018 at 9:05 AM <[email protected]> wrote:

> If I understand you correctly, at certain point in time, there will only
> be 1 thread processing the callback, and there will NEVER be multiple
> threads processing the callbacks concurrently.
> If this is the case, what is the point of having the executor()
> configuration in ChannelBuilder and ServerBuilder?
>

There will only be 1 thread processing *that one RPC's* callback. Multiple
threads can be processing callbacks, but for different RPCs.

Also, it's common for applications to already have thread pools sitting
around and want to reuse them instead of creating yet-more-threads.

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/CA%2B4M1oPhEaXK56euVR4H246aOoXE-9F518SCLiioN%2BHTS-ecvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to