Python multiprocessing 模組進階說明與範例
先前 Python multiprocessing 模組簡單說明與範例 一文簡述 multiprocessing 模組中 Pool, Manager 的使用方法,也講述如何在多個 Processes 之間共享資料,不過仍有許多關於 multiprocessing 中的功能尚未詳述,例如 Process 類別(class), Queue, Pipe 等等,這些功能不僅重要也很實用,是邁向 Python 高階功能的必學項目,因此不可忽視。
本文將透過實際範例了解更多關於 multiprocessing 模組中實用的功能。
Posted on May 1, 2021 in Python 程式設計 - 中階 by Amo Chen ‐ 11 min read