I am relatively new to Python and Arrow Flight. I want to understand how Arrow Flight works with multiple clients making multiple requests to a single server. It seems like Arrow Flight handles concurrency. Is it multithreaded, but single process? How are the threads managed? Where can I find this logic? When I try to track the threads in the server with logging, I get DummyThreads, so it’s not very helpful.
#arrow-flight Thanks! Appreciate any help you can provide.
