lidavidm commented on issue #34607: URL: https://github.com/apache/arrow/issues/34607#issuecomment-1966596749
> You mean grpcio the Python library? Yes, that would naturally resolve all problems about asyncio support, fork support, middleware/interceptors that actually work, etc. > Could you give some more insights on how Arrow Flight handles multiple requests coming simultaneously from external users? It's handled by gRPC, which uses a thread pool internally. In Python there is the GIL so there is no true concurrency. That's about all there is to say unless you have a specific question. -- 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]
