pierrejeambrun commented on PR #43797:
URL: https://github.com/apache/airflow/pull/43797#issuecomment-2464501814

   I think that would be a lot of work to maintain + code becomes hard to read 
+ 1 mistake (someone forget to manually put into the threadpool a blocking IO 
call) and then the main event loop is blocked...
   
   I think we can start like that, and if it's not enough we can go deeper into 
the fine tuning of what is executed in the main even loop and what is run in a 
separate thread. I believe CPU bound operations run in a separate thread won't 
bottleneck. (And if they do most likely the main even loop would struggle too)


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