Hello,

Can anybody give me answer to following questions.

1. No. of threads created by single gRPC CPP sync client and server
assuming we created only one stub in client side?

2. No. Of threads created by single gRPC CPP async client and server
assuming we create single stub?

Is their a way to configure the threads in sync/async mode in client/server?

Suppose in sync client, I am creating one stub and sending 20K queries to
server (both sync/async) case, how the gRPC server handle those queries? I
mean will it create corresponding threads in its side to entertain the load
? Or blocking is going to happen?

Both sync/async case.

Thanks for your help

Best Regards
Deepak Jain

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAJhXTGfUT2vgGUg6r0vvPPjEsDEaqa7zq2gkH0dkreKOjLK6Vw%40mail.gmail.com.

Reply via email to