1) is certainly true: the server fast path is when a call has already been requested by the application code, and the slow path is when there has been no such request.
2) metadata parsing happens on whatever thread picks up the data. Decompression is done on the thread that receives the cq event, as does protobuf parsing. There are no* background threads.
* except for name resolution
--
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+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAKtXhSOZ4CngcEr%2B_jSWb5vL9a1DHS_SyjBG6PO6R0oYhcVTGA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
1) is certainly true: the server fast path is when a call has already been requested by the application code, and the slow path is when there has been no such request.