You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/02 17:04:40 UTC

[GitHub] [arrow] lidavidm commented on issue #13300: Best practices to use Arrow Flight Server

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

   It uses gRPC/C++ underneath which is based around event loop(s) serviced by multiple threads. 
   
   Are you able to provide the server or client code? Note that list_flights is currently implemented synchronously in Python and will not return until all results are fetched, so it's not suitable for very large/streaming/infinite result streams.


-- 
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