pitrou commented on issue #34607:
URL: https://github.com/apache/arrow/issues/34607#issuecomment-1966614222

   > I'm wondering if I can use asyncio to run concurrent requests for 
do_exchange in an arrow flight rpc server. From the docs I don't see any 
reference around it, I assume it's not supported yet?
   
   Note: if you do not need any streaming results, you can trivially do so by 
executing each Flight request in an external thread pool using 
https://docs.python.org/3/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools
   
   If you do need to async-iterate over Flight streaming results, though, then 
I'm afraid there is no easy and performant way to do this.


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