亚洲免费在线-亚洲免费在线播放-亚洲免费在线观看-亚洲免费在线观看视频-亚洲免费在线看-亚洲免费在线视频

Python多線程編程(七):使用Condition實現(xiàn)復(fù)雜同步

系統(tǒng) 1846 0

目前我們已經(jīng)會使用Lock去對公共資源進行互斥訪問了,也探討了同一線程可以使用RLock去重入鎖,但是盡管如此我們只不過才處理了一些程序中簡單的同步現(xiàn)象,我們甚至還不能很合理的去解決使用Lock鎖帶來的死鎖問題。所以我們得學(xué)會使用更深層的解決同步問題。

Python提供的Condition對象提供了對復(fù)雜線程同步問題的支持。Condition被稱為條件變量,除了提供與Lock類似的acquire和release方法外,還提供了wait和notify方法。

使用Condition的主要方式為:線程首先acquire一個條件變量,然后判斷一些條件。如果條件不滿足則wait;如果條件滿足,進行一些處理改變條件后,通過notify方法通知其他線程,其他處于wait狀態(tài)的線程接到通知后會重新判斷條件。不斷的重復(fù)這一過程,從而解決復(fù)雜的同步問題。

下面我們通過很著名的“生產(chǎn)者-消費者”模型來來演示下,在Python中使用Condition實現(xiàn)復(fù)雜同步。

復(fù)制代碼 代碼如下:

'''
Created on 2012-9-8
?
@author: walfred
@module: thread.TreadTest7
'''?
?
import threading?
import time?
?
condition = threading.Condition()?
products = 0?
?
class Producer(threading.Thread):?
??? def __init__(self):?
??????? threading.Thread.__init__(self)?
?
??? def run(self):?
??????? global condition, products?
??????? while True:?
??????????? if condition.acquire():?
??????????????? if products < 10:?
??????????????????? products += 1;?
??????????????????? print "Producer(%s):deliver one, now products:%s" %(self.name, products)?
??????????????????? condition.notify()?
??????????????? else:?
??????????????????? print "Producer(%s):already 10, stop deliver, now products:%s" %(self.name, products)?
??????????????????? condition.wait();?
??????????????? condition.release()?
??????????????? time.sleep(2)?
?
class Consumer(threading.Thread):?
??? def __init__(self):?
??????? threading.Thread.__init__(self)?
?
??? def run(self):?
??????? global condition, products?
??????? while True:?
??????????? if condition.acquire():?
??????????????? if products > 1:?
??????????????????? products -= 1?
??????????????????? print "Consumer(%s):consume one, now products:%s" %(self.name, products)?
??????????????????? condition.notify()?
??????????????? else:?
??????????????????? print "Consumer(%s):only 1, stop consume, products:%s" %(self.name, products)?
??????????????????? condition.wait();?
??????????????? condition.release()?
??????????????? time.sleep(2)?
?
if __name__ == "__main__":?
??? for p in range(0, 2):?
??????? p = Producer()?
??????? p.start()?
?
??? for c in range(0, 10):?
??????? c = Consumer()?
??????? c.start()

代碼中主要實現(xiàn)了生產(chǎn)者和消費者線程,雙方將會圍繞products來產(chǎn)生同步問題,首先是2個生成者生產(chǎn)products ,而接下來的10個消費者將會消耗products,代碼運行如下:

復(fù)制代碼 代碼如下:

Producer(Thread-1):deliver one, now products:1
Producer(Thread-2):deliver one, now products:2
Consumer(Thread-3):consume one, now products:1
Consumer(Thread-4):only 1, stop consume, products:1
Consumer(Thread-5):only 1, stop consume, products:1
Consumer(Thread-6):only 1, stop consume, products:1
Consumer(Thread-7):only 1, stop consume, products:1
Consumer(Thread-8):only 1, stop consume, products:1
Consumer(Thread-10):only 1, stop consume, products:1
Consumer(Thread-9):only 1, stop consume, products:1
Consumer(Thread-12):only 1, stop consume, products:1
Consumer(Thread-11):only 1, stop consume, products:1

另外:Condition對象的構(gòu)造函數(shù)可以接受一個Lock/RLock對象作為參數(shù),如果沒有指定,則Condition對象會在內(nèi)部自行創(chuàng)建一個RLock;除了notify方法外,Condition對象還提供了notifyAll方法,可以通知waiting池中的所有線程嘗試acquire內(nèi)部鎖。由于上述機制,處于waiting狀態(tài)的線程只能通過notify方法喚醒,所以notifyAll的作用在于防止有線程永遠處于沉默狀態(tài)。


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯(lián)系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發(fā)表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 久久se精品动漫一区二区三区 | 中文字幕av在线 | 美女国产 | 久久在线综合 | 亚洲精品911 | 国产网址 | 日韩精品在线视频观看 | 成人黄色一级视频 | 一级a俄罗斯毛片免费 | 一区二区三区在线免费 | 全部免费特黄特色大片中国 | 伊人精品成人久久综合欧美 | 色综合久久婷婷天天 | 欧美一区二区视频 | 国产精品久久福利新婚之夜 | 免费大片黄在线观看yw | 色爱区综合激情五月综合激情 | 欧美日韩一区二区三区自拍 | 国产在线播放91 | 亚洲欧美一区二区视频 | 一级女毛片 | 久久www香蕉免费人成 | free性欧美极度另类超级大 | jizzjizz欧美69巨大 | 俄罗斯老妇性欧美毛茸茸孕交 | 午夜深夜福利网址 | 国产中文 | 亚洲一区免费在线观看 | 黄色男人的天堂 | 亚洲欧美日韩国产色另类 | 国产欧美成人 | 欧美xxxx8888视频 | 日韩精品一区二区三区乱码 | 在线视频99 | 欧美日韩永久久一区二区三区 | 狠狠色婷婷综合天天久久丁香 | 黄色 ed2k| 四虎精品免费久久 | 亚州精品一区二区三区 | 久草免费在线 | 性欧美xo视频在线观看 |