Thank you very much for the information on threading. I have a question 
regarding network and application processing.

Does gRPC have dedicated threads doing network processing and then dispatch 
work to the thread pools, or net processing is multiplexed on the same 
threads that do application processing?

Τη Πέμπτη, 28 Ιανουαρίου 2016 - 3:13:51 μ.μ. UTC+1, ο χρήστης 
[email protected] έγραψε:
>
> What is the GRPC server threading model?  For example, if I write a GRPC 
> C++ server, will GRPC automatically spawn multiple threads (or use an 
> eventing model) to handle multiple simultaneous client requests?  Are there 
> any configuration parameters I can modify that will impact the number of 
> supported simultaneous client connections?
> Also, are there any differences in the GRPC server threading model used in 
> a C++ server vs a Csharp server?
>
> Luke
>

-- 
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/620965c5-7308-465a-9fbc-83f61af69f9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to