After hours of reading on internet and not getting an answer i will ask here. We are currently trying to replace SOAP with grpc for our client server architecture. On the client side we are using grpc c++. Now the question is what is the best approach to create stubs and channels. What i understand is that its the best to only have one channel and use it for all calls. But what about stubs. We have round about 100 functions that will call the server on different threads. Is it better to also create only one stub for all these calls or to create one stub and make asynchronous calls? And what about thread safety?
-- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/e96944d7-57af-4fac-8c39-74b8c5fa8ac4%40googlegroups.com.
