
- 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 - 套接字程式設計
- 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 - 猴子補丁
- 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 中,目前 **threading** 模組不直接支援執行緒優先順序。與 Java 不同,Python 不支援執行緒優先順序、執行緒組或某些執行緒控制機制,例如銷燬、停止、掛起、恢復或中斷執行緒。
儘管 Python 執行緒設計簡單,並且鬆散地基於 Java 的執行緒 模型。這是由於 Python 的全域性直譯器鎖 (GIL),它管理著 Python 執行緒。
但是,您可以使用諸如睡眠時長、執行緒內的自定義排程邏輯或使用管理任務優先順序的附加模組等技術來模擬基於優先順序的行為。
使用 sleep() 設定執行緒優先順序
您可以透過引入延遲或使用其他機制來控制執行緒的執行順序來模擬執行緒優先順序。模擬執行緒優先順序的一種常用方法是調整執行緒的睡眠時長。
優先順序較低的執行緒睡眠時間較長,而優先順序較高的執行緒睡眠時間較短。
示例
以下是一個簡單的示例,演示如何在 Python 執行緒中使用延遲來自定義執行緒優先順序。在此示例中,Thread-2 在 Thread-1 之前完成,因為它具有較低的優先順序值,導致睡眠時間較短。
import threading import time class DummyThread(threading.Thread): def __init__(self, name, priority): threading.Thread.__init__(self) self.name = name self.priority = priority def run(self): name = self.name time.sleep(1.0 * self.priority) print(f"{name} thread with priority {self.priority} is running") # Creating threads with different priorities t1 = DummyThread(name='Thread-1', priority=4) t2 = DummyThread(name='Thread-2', priority=1) # Starting the threads t1.start() t2.start() # Waiting for both threads to complete t1.join() t2.join() print('All Threads are executed')
輸出
執行上述程式後,您將獲得以下結果:
Thread-2 thread with priority 1 is running Thread-1 thread with priority 4 is running All Threads are executed
在 Windows 上調整 Python 執行緒優先順序
在 Windows 作業系統上,您可以使用 **ctypes** 模組來操作執行緒優先順序,這是 Python 的標準模組之一,用於與 Windows API 互動。
示例
此示例演示瞭如何在 Windows 系統上使用 **ctypes** 模組手動設定 Python 執行緒的優先順序。
import threading import ctypes import time # Constants for Windows API w32 = ctypes.windll.kernel32 SET_THREAD = 0x20 PRIORITIZE_THE_THREAD = 1 class MyThread(threading.Thread): def __init__(self, start_event, name, iterations): super().__init__() self.start_event = start_event self.thread_id = None self.iterations = iterations self.name = name def set_priority(self, priority): if not self.is_alive(): print('Cannot set priority for a non-active thread') return thread_handle = w32.OpenThread(SET_THREAD, False, self.thread_id) success = w32.SetThreadPriority(thread_handle, priority) w32.CloseHandle(thread_handle) if not success: print('Failed to set thread priority:', w32.GetLastError()) def run(self): self.thread_id = w32.GetCurrentThreadId() self.start_event.wait() while self.iterations: print(f"{self.name} running") start_time = time.time() while time.time() - start_time < 1: pass self.iterations -= 1 # Create an event to synchronize thread start start_event = threading.Event() # Create threads thread_normal = MyThread(start_event, name='normal', iterations=4) thread_high = MyThread(start_event, name='high', iterations=4) # Start the threads thread_normal.start() thread_high.start() # Adjusting priority of 'high' thread thread_high.set_priority(PRIORITIZE_THE_THREAD) # Trigger thread execution start_event.set()
輸出
在 Python 直譯器中執行此程式碼時,您將獲得以下結果:
high running normal running high running normal running high running normal running high running normal running
使用 Queue 模組優先處理 Python 執行緒
Python 標準庫中的 **queue** 模組在多執行緒程式設計中非常有用,此時必須線上程之間安全地交換資訊。此模組中的 Priority Queue 類實現了所有必需的鎖定語義。
使用優先順序佇列,條目保持排序(使用 **heapq** 模組),並且首先檢索值最低的條目。
Queue 物件具有以下方法來控制佇列:
**get()** - get() 從佇列中移除並返回一個專案。
**put()** - put() 將專案新增到佇列中。
**qsize()** - qsize() 返回當前在佇列中的專案數量。
**empty()** - empty() 如果佇列為空,則返回 True;否則返回 False。
**full()** - full() 如果佇列已滿,則返回 True;否則返回 False。
queue.PriorityQueue(maxsize=0)
這是優先順序佇列的建構函式。maxsize 是一個整數,它設定可以放入佇列中的專案的數量上限。如果 maxsize 小於或等於零,則佇列大小無限。
值最低的條目首先被檢索(值最低的條目是 min(entries) 將返回的條目)。條目的典型模式是以下形式的元組:
(priority_number, data)
示例
此示例演示瞭如何在queue模組中使用PriorityQueue類來管理兩個執行緒之間的任務優先順序。
from time import sleep from random import random, randint from threading import Thread from queue import PriorityQueue queue = PriorityQueue() def producer(queue): print('Producer: Running') for i in range(5): # create item with priority value = random() priority = randint(0, 5) item = (priority, value) queue.put(item) # wait for all items to be processed queue.join() queue.put(None) print('Producer: Done') def consumer(queue): print('Consumer: Running') while True: # get a unit of work item = queue.get() if item is None: break sleep(item[1]) print(item) queue.task_done() print('Consumer: Done') producer = Thread(target=producer, args=(queue,)) producer.start() consumer = Thread(target=consumer, args=(queue,)) consumer.start() producer.join() consumer.join()
輸出
執行後,它將產生以下輸出:
Producer: Running Consumer: Running (0, 0.15332707626852804) (2, 0.4730737391435892) (2, 0.8679231358257962) (3, 0.051924220435665025) (4, 0.23945882716108446) Producer: Done Consumer: Done