Hi, 

I am doing some experiment with gRPC java to determine the right gRPC call 
type to use. 

here is my finding:

creating 4 sets of StreamObservers (1 for Client to send request, 1 for 
Server to send response), sending on the same channel is slightly after 
than sending on 1 channel per stream.
I have already elimiated the time of creating initial tcp connection by 
making a initial call to let the connection to be established, then start 
the timer. 

I just wonder why this is the case?

Thanks!

-- 
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/12a04bcf-f775-4d3c-8fbc-9a0d7f4bfc3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to