Re: [grpc-io] Benchmarking questions

2021-12-02 Thread Ctmahapa95
Has anyone outside Google measured c++ Bidi stream latency numbers? Can one expect to achieve single digit or small double digit microseconds latency? Thank you. > > On Dec 2, 2021 at 6:19 PM, (mailto:davidlofstr...@gmail.com)> wrote: > > > > I have a few

[grpc-io] Re: ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found

2021-12-02 Thread Antonio Orozco
This was not resolved. I just re-installed Ubuntu on a RaspberryPi instead. I noticed that there's a new version of Debian for the RaspberryPi (Based on Debian version 11-bullseye), it might work now but I have not tried. Unfortunately, it seems like Google PubSub python package is just

[grpc-io] Re: Is this a valid way to multi thread RPC handlers in gRPC async server in C++?

2021-12-02 Thread 'Christopher Warrington - MSFT' via grpc.io
On Sunday, November 14, 2021 at 9:59:34 PM UTC-8 Rajanarayana A wrote: > I see that there is a possibility of one instance of CallData being > accessed in multiple threads (returned as part of tag). Is CallData > thread-safe here or do we need to have a mutex for the same? There's an older

[grpc-io] Re: gRPC wait server ready

2021-12-02 Thread Сергей Соболев
Good news, thank you! среда, 1 декабря 2021 г. в 21:27:36 UTC+3, yas...@google.com: > I think this API is pretty stable and should be promoted. > https://github.com/grpc/grpc/pull/28247 > > On Tuesday, November 9, 2021 at 1:06:03 PM UTC-8 Сергей Соболев wrote: > >> Hi, everyone! >> I'm writing