Yes, gRPC is designed for this use case. What language are you using?
On Sunday, January 22, 2017 at 9:05:00 PM UTC-8, [email protected] wrote: > > Hello, > > I am trying to build a gRPC server that does bidirectional streaming with > its clients. Can I have a single (server) thread that handles multiple > concurrent client requests, like select() or poll()? I feel async service > plus completion queue might be the solution. Is there any sample code for > this? Look forward to your reply. Thank you! > -- 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/89a92b11-ad62-44b4-9596-128ce30ee25d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
