Am using C++ On Monday, 29 October 2018 23:27:25 UTC+5:30, Carl Mastrangelo wrote: > > What language are you using? > > On Sunday, October 28, 2018 at 11:30:14 PM UTC-7, [email protected] wrote: >> >> Hi, >> >> I want to limit number of threads in gRPC, I can limit it by setting >> maximum number of threads. >> But if there are requests in process for defined number of threads, next >> RPC call immediately fails with RESOURCE_EXHAUSTED. >> >> Is there a way that I can queue that request and it will execute once in >> process threads completes processing? >> >> >> >>
-- 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/daa66ae4-628a-40e4-996b-a89ff4c588d1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
