In QPS benchmarks AsyncClient.java, a shared executor(ClientExecutor is 
instantiated once and reused) is used but a new EventLoop is used for every 
Channel. is this the preferred config?

What are the considerations for whether using a shared eventloop or not?

Also, in the QPS benchmark is there any specific reason to use a 
ForkJoinThreadPool for client Executor over FixedThreadPool (I could not 
notice any ForkJoinTask's being executed, correct me if I am wrong)?

-- 
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/d8d32449-648a-40e0-b3e9-00c7f44c040a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to