In the example of async server (see https://github.com/grpc/grpc/blob/release-0_14/examples/cpp/helloworld/greeter_async_server.cc ) I am very confused when to invoke RequestSayHello in the code. It seems in the example, RequestSayHello cannot be invoked concurrently. My questions are: 1. RequestSayHello is used to wait a new coming request from network, right? 2. How to invoke RequestSayHello can gain a good performance, seems in the example, the next RequestSayHello will be invoked only when last Request is handling.
Thanks, yihao -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/9b4f1b94-6eea-4346-9ef8-01f0afbec3bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
