pitrou commented on issue #34607: URL: https://github.com/apache/arrow/issues/34607#issuecomment-1966656590
Well, I do not see any measurements, so I wouldn't conclude anything here. To focus a bit: 1) @pvardanis is trying to running concurrent client requests (see https://github.com/apache/arrow/issues/34607#issuecomment-1966635680) 2) they want to do so from a Python async function (presumably), hence using `asyncio` 3) `asyncio` allows delegating blocking requests to worker threads so as to wait on their results _asynchronously_) 4) the GIL does not prevent IO paralellism in Python -- 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]
