Yes, EventEngine threads execute a lot of gRPC, and eventually *most* of
gRPC will run on EventEngine threads. The performance dashboard is a good
basis for comparison.
On Thursday, October 3, 2024 at 3:37:12 PM UTC-7 Amirsaman Memaripour wrote:
> Thanks for the response AJ. I'm using the CQ API
How did you identify that these threads are a bottleneck for your
application? If your application is idle, the event_engine threads will be
waiting for work (via condvar wait, which will not tie up your CPU). If on
the other hand there's work to be done, those threads will wake up and do
that