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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to