You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/02/16 21:49:27 UTC

[GitHub] [arrow] lidavidm commented on issue #34221: [FlightRPC][C++] Support implementing simple endpoints with async API

lidavidm commented on issue #34221:
URL: https://github.com/apache/arrow/issues/34221#issuecomment-1433757436

   If you're going to do this much, I don't think (not) having DoGet et al makes much difference at that point
   
   Also at least from what I recall in Java, gRPC achieves high QPS by effectively cheating and directly running the RPC handler from the actual server/networking threads (I believe you can basically do the same thing with the completion queue API), avoiding any sort of context switch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org