
- Python 基礎
- Python - 首頁
- Python - 概述
- Python - 歷史
- Python - 特性
- Python vs C++
- Python - Hello World 程式
- Python - 應用領域
- Python - 直譯器
- Python - 環境搭建
- Python - 虛擬環境
- Python - 基本語法
- Python - 變數
- Python - 資料型別
- Python - 型別轉換
- Python - Unicode 系統
- Python - 字面量
- Python - 運算子
- Python - 算術運算子
- Python - 比較運算子
- Python - 賦值運算子
- Python - 邏輯運算子
- Python - 位運算子
- Python - 成員運算子
- Python - 身份運算子
- Python - 運算子優先順序
- Python - 註釋
- Python - 使用者輸入
- Python - 數字
- Python - 布林值
- Python 控制語句
- Python - 控制流
- Python - 決策
- Python - if 語句
- Python - if else
- Python - 巢狀 if
- Python - Match-Case 語句
- Python - 迴圈
- Python - for 迴圈
- Python - for-else 迴圈
- Python - while 迴圈
- Python - break 語句
- Python - continue 語句
- Python - pass 語句
- Python - 巢狀迴圈
- Python 函式 & 模組
- Python - 函式
- Python - 預設引數
- Python - 關鍵字引數
- Python - 僅關鍵字引數
- Python - 位置引數
- Python - 僅位置引數
- Python - 可變引數
- Python - 變數作用域
- Python - 函式註解
- Python - 模組
- Python - 內建函式
- Python 字串
- Python - 字串
- Python - 字串切片
- Python - 修改字串
- Python - 字串連線
- Python - 字串格式化
- Python - 跳脫字元
- Python - 字串方法
- Python - 字串練習
- Python 列表
- Python - 列表
- Python - 訪問列表元素
- Python - 修改列表元素
- Python - 新增列表元素
- Python - 刪除列表元素
- Python - 迴圈遍歷列表
- Python - 列表推導式
- Python - 排序列表
- Python - 複製列表
- Python - 合併列表
- Python - 列表方法
- Python - 列表練習
- Python 元組
- Python - 元組
- Python - 訪問元組元素
- Python - 更新元組
- Python - 解包元組
- Python - 迴圈遍歷元組
- Python - 合併元組
- Python - 元組方法
- Python - 元組練習
- Python 集合
- Python - 集合
- Python - 訪問集合元素
- Python - 新增集合元素
- Python - 刪除集合元素
- Python - 迴圈遍歷集合
- Python - 合併集合
- Python - 複製集合
- Python - 集合運算子
- Python - 集合方法
- Python - 集合練習
- Python 字典
- Python - 字典
- Python - 訪問字典元素
- Python - 修改字典元素
- Python - 新增字典元素
- Python - 刪除字典元素
- Python - 字典檢視物件
- Python - 迴圈遍歷字典
- Python - 複製字典
- Python - 巢狀字典
- Python - 字典方法
- Python - 字典練習
- Python 陣列
- Python - 陣列
- Python - 訪問陣列元素
- Python - 新增陣列元素
- Python - 刪除陣列元素
- Python - 迴圈遍歷陣列
- Python - 複製陣列
- Python - 反轉陣列
- Python - 排序陣列
- Python - 合併陣列
- Python - 陣列方法
- Python - 陣列練習
- Python 檔案處理
- Python - 檔案處理
- Python - 寫入檔案
- Python - 讀取檔案
- Python - 重新命名和刪除檔案
- Python - 目錄
- Python - 檔案方法
- Python - OS 檔案/目錄方法
- Python - OS 路徑方法
- 面向物件程式設計
- Python - OOPs 概念
- Python - 類 & 物件
- Python - 類屬性
- Python - 類方法
- Python - 靜態方法
- Python - 建構函式
- Python - 訪問修飾符
- Python - 繼承
- Python - 多型
- Python - 方法重寫
- Python - 方法過載
- Python - 動態繫結
- Python - 動態型別
- Python - 抽象
- Python - 封裝
- Python - 介面
- Python - 包
- Python - 內部類
- Python - 匿名類和物件
- Python - 單例類
- Python - 包裝類
- Python - 列舉
- Python - 反射
- Python 錯誤 & 異常
- Python - 語法錯誤
- Python - 異常
- Python - try-except 塊
- Python - try-finally 塊
- Python - 丟擲異常
- Python - 異常鏈
- Python - 巢狀 try 塊
- Python - 使用者自定義異常
- Python - 日誌記錄
- Python - 斷言
- Python - 內建異常
- Python 多執行緒
- Python - 多執行緒
- Python - 執行緒生命週期
- Python - 建立執行緒
- Python - 啟動執行緒
- Python - 加入執行緒
- Python - 執行緒命名
- Python - 執行緒排程
- Python - 執行緒池
- Python - 主執行緒
- Python - 執行緒優先順序
- Python - 守護執行緒
- Python - 執行緒同步
- Python 同步
- Python - 執行緒間通訊
- Python - 執行緒死鎖
- Python - 中斷執行緒
- Python 網路程式設計
- Python - 網路程式設計
- Python - Socket 程式設計
- Python - URL 處理
- Python - 泛型
- Python 庫
- NumPy 教程
- Pandas 教程
- SciPy 教程
- Matplotlib 教程
- Django 教程
- OpenCV 教程
- Python 其他
- Python - 日期 & 時間
- Python - 數學
- Python - 迭代器
- Python - 生成器
- Python - 閉包
- Python - 裝飾器
- Python - 遞迴
- Python - 正則表示式
- Python - PIP
- Python - 資料庫訪問
- Python - 弱引用
- Python - 序列化
- Python - 模板
- Python - 輸出格式化
- Python - 效能測量
- Python - 資料壓縮
- Python - CGI 程式設計
- Python - XML 處理
- Python - GUI 程式設計
- Python - 命令列引數
- Python - 文件字串
- Python - JSON
- Python - 傳送郵件
- Python - 擴充套件
- Python - 工具/實用程式
- Python - GUIs
- Python 高階概念
- Python - 抽象基類
- Python - 自定義異常
- Python - 高階函式
- Python - 物件內部
- Python - 記憶體管理
- Python - 元類
- Python - 使用元類進行超程式設計
- Python - 模擬和樁
- Python - Monkey Patching
- Python - 訊號處理
- Python - 型別提示
- Python - 自動化教程
- Python - Humanize 包
- Python - 上下文管理器
- Python - 協程
- Python - 描述符
- Python - 診斷和修復記憶體洩漏
- Python - 不可變資料結構
- Python 有用資源
- Python - 問答
- Python - 線上測驗
- Python - 快速指南
- Python - 參考
- Python - 速查表
- Python - 專案
- Python - 有用資源
- Python - 討論
- Python 編譯器
- NumPy 編譯器
- Matplotlib 編譯器
- SciPy 編譯器
Python - 執行緒排程
Python中的執行緒排程是決定任何給定時間執行哪個執行緒的過程。在多執行緒程式中,多個執行緒獨立執行,允許任務並行執行。但是,Python本身並不直接支援控制執行緒優先順序或排程策略。相反,它依賴於作業系統的執行緒排程程式。
Python執行緒被對映到主機作業系統的原生執行緒,例如類Unix系統上的POSIX執行緒(pthreads)或Windows執行緒。作業系統的排程程式管理這些執行緒的執行,包括上下文切換、執行緒優先順序和排程策略。Python透過threading.Timer類和sched模組提供基本的執行緒排程功能。
本教程將學習Python中執行緒排程的基礎知識,包括如何使用sched模組排程任務以及如何使用threading.Timer類延遲執行函式。
使用Timer類排程執行緒
Python threading模組的Timer類允許您安排一個函式在一段時間後被呼叫。此類是Thread的子類,並用作建立自定義執行緒的示例。
您可以透過呼叫其start()方法啟動計時器,類似於執行緒。如果需要,您可以使用cancel()方法在計時器開始之前停止它。請注意,執行操作之前的實際延遲可能與指定的精確間隔不匹配。
示例
此示例演示如何使用threading.Timer()類來排程和管理在Python中執行任務(自定義執行緒)。
import threading import time # Define the event function def schedule_event(name, start): now = time.time() elapsed = int(now - start) print('Elapsed:', elapsed, 'Name:', name) # Start time start = time.time() print('START:', time.ctime(start)) # Schedule events using Timer t1 = threading.Timer(3, schedule_event, args=('EVENT_1', start)) t2 = threading.Timer(2, schedule_event, args=('EVENT_2', start)) # Start the timers t1.start() t2.start() t1.join() t2.join() # End time end = time.time() print('End:', time.ctime(end))
執行上述程式後,將產生以下輸出:
START: Tue Jul 2 14:46:33 2024 Elapsed: 2 Name: EVENT_2 Elapsed: 3 Name: EVENT_1 End: Tue Jul 2 14:46:36 2024
使用sched模組排程執行緒
Python標準庫中的sched模組提供了一種排程任務的方法。它實現了一個通用的事件排程程式,用於在特定時間執行任務。它提供了類似於Windows或Linux中任務排程的工具。
sched模組的關鍵類和方法
在sched模組中定義的scheduler()類用於建立排程器物件。以下是類的語法:
scheduler(timefunc=time.monotonic, delayfunc=time.sleep)
排程器類中定義的方法包括:
scheduler.enter(delay, priority, action, argument=(), kwargs={}) - 事件可以安排在延遲後或特定時間執行。要使用延遲安排它們,請使用enter()方法。
scheduler.cancel(event) - 從佇列中刪除事件。如果該事件不是當前在佇列中的事件,則此方法將引發ValueError。
scheduler.run(blocking=True) - 執行所有已安排的事件。
事件可以安排在延遲後或特定時間執行。要使用延遲安排它們,請使用enter()方法,它接受四個引數。
表示延遲的數字
優先順序值
要呼叫的函式
函式的引數元組
示例
此示例演示如何使用sched模組排程事件以便在延遲後執行。它排程兩個不同的事件:
import sched import time scheduler = sched.scheduler(time.time, time.sleep) def schedule_event(name, start): now = time.time() elapsed = int(now - start) print('elapsed=',elapsed, 'name=', name) start = time.time() print('START:', time.ctime(start)) scheduler.enter(2, 1, schedule_event, ('EVENT_1', start)) scheduler.enter(5, 1, schedule_event, ('EVENT_2', start)) scheduler.run() # End time end = time.time() print('End:', time.ctime(end))
它將產生以下輸出:
START: Tue Jul 2 15:11:48 2024 elapsed= 2 name= EVENT_1 elapsed= 5 name= EVENT_2 End: Tue Jul 2 15:11:53 2024
示例
讓我們來看另一個例子來更好地理解這個概念。此示例使用Python中的sched模組排程一個函式,在4秒延遲後執行加法運算。
import sched from datetime import datetime import time def addition(a,b): print("Performing Addition : ", datetime.now()) print("Time : ", time.monotonic()) print("Result {}+{} =".format(a, b), a+b) s = sched.scheduler() print("Start Time : ", datetime.now()) event1 = s.enter(4, 1, addition, argument = (5,6)) print("Event Created : ", event1) s.run() print("End Time : ", datetime.now())
它將產生以下輸出:
Start Time : 2024-07-02 15:18:27.862524 Event Created : Event(time=2927111.05638099, priority=1, sequence=0, action=<function addition at 0x7f31f902bd90>, argument=(5, 6), kwargs={}) Performing Addition : 2024-07-02 15:18:31.866381 Time : 2927111.060294749 Result 5+6 = 11 End Time : 2024-07-02 15:18:31.866545