Python concurrent futures Process Pool Executor | Python Multithreading and MultiProcessing

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

ความคิดเห็น • 7

  • @amitkpt
    @amitkpt 2 ปีที่แล้ว +2

    Thanks for wonderful video and for clarifying my doubts.

  • @sawneybean196
    @sawneybean196 7 หลายเดือนก่อน

    Thank you for this video! It helped me understand the reasoning behind using ProcessPoolExecutor on CPU intensive tasks. Very thorough and clear explanation!

    • @Cognitive-Programmer
      @Cognitive-Programmer  6 หลายเดือนก่อน +1

      Thank you so much for your kind words 🙏

  • @aliens_capam
    @aliens_capam 18 วันที่ผ่านมา

    What to do if the program is both IO and CPU intensive?

    • @Cognitive-Programmer
      @Cognitive-Programmer  14 วันที่ผ่านมา +1

      Thanks for your comment and question.. May be separate the IO and CPU part and then implement them... Just one of the possible way to do it
      Hope it helps. Thanks

  • @lobna.hani.
    @lobna.hani. ปีที่แล้ว

    🎉