[grpc-io] Re: Async C++ server w/multi-threading approach

2023-10-26 Thread 'yas...@google.com' via grpc.io
> C++ gRPC team is working towards or maybe putting more effort in perfecting/optimizing the callback API approach? Yes > 1.- By using the callback API approach, will we be able to serve different users concurrently the same way we do with our current implementation? Yes > 2.- Will we need to

[grpc-io] Re: Async C++ server w/multi-threading approach

2023-10-25 Thread Pedro Alfonso
Hi Yas, First of all, thanks for coming back to us. That's a really important comment and please correct us if we are wrong, the understanding is C++ gRPC team is working towards or maybe putting more effort in perfecting/optimizing the callback API approach? and btw, we are also agree, it's

[grpc-io] Re: Async C++ server w/multi-threading approach

2023-10-25 Thread 'yas...@google.com' via grpc.io
We have been recommending using the C++ callback API instead of the completion queue based API since it's easier to use. All performance optimizations that we are working are targeting the callback API. On Thursday, October 19, 2023 at 8:03:42 AM UTC-7 Pedro Alfonso wrote: > Hello, > > First