marsupialtail opened a new issue, #13300:
URL: https://github.com/apache/arrow/issues/13300

   I am trying to use the Arrow Flight Server (in Python) with multiple clients.
   
   I have the Arrow Flight Server on one machine and multiple clients that 
could be on the same machine and different machines talking to it, and invoking 
methods such as list_flights and do_put, do_get. 
   
   I notice that the list_flights method sometimes hangs on the client. (It 
returns an iterator, but trying to iterate on this iterator )
   
   Can someone comment on the concurrency behaviors of the Arrow Flight Server? 
Is it a single threaded event loop implementation or does it use threading 
under the scenes?


-- 
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-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to