I'm confused on how threads work in Grpc. If I create a stub, either 
blocking or non blocking, can I share it across threads? Will a call to one 
of the stub's methods be handled in a thread-safe way?

Is it common to create a new stub for each call? Or can I use one that 
persists for a long time?

What about channels on the client side? Thread safe?

Can I share a channel across stubs? Or should each stub get its own channel?

-- 
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/d27c5f45-65f5-4da6-9c04-56118279ceab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to