中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python編程測試電腦開啟最大線程數實例代碼

發布時間:2020-10-04 18:06:39 來源:腳本之家 閱讀:160 作者:Linux_Google 欄目:開發技術

本文實例代碼主要實現python編程測試電腦開啟最大線程數,具體實現代碼如下。

#!/usr/bin/env python  
#coding=gbk  
  
import threading  
import time, random, sys  
  
class Counter:  
  def __init__(self):  
    self.lock = threading.Lock()  
    self.value = 0  
  
  def increment(self):  
    self.lock.acquire()   
    self.value = value = self.value + 1  
    self.lock.release()  
    return value  
  
counter = Counter()  
cond = threading.Condition()  
  
class Worker(threading.Thread):  
  
  def run(self):  
    print self.getName(), "-- created."  
    cond.acquire()  
    #for i in range(10):  
      # pretend we're doing something that takes 10?00 ms  
      #value = counter.increment()   
      # time.sleep(random.randint(10, 100) / 1000.0)  
    cond.wait()  
    #print self.getName(), "-- task", "finished"   
    cond.release()  
      
  
  
if __name__ == '__main__':  
    
    try:  
      for i in range(3500):  
        Worker().start() # start a worker  
    except BaseException, e:  
      print "異常: ", type(e), e  
      time.sleep(5)  
      print "maxium i=", i  
    finally:  
      cond.acquire()  
      cond.notifyAll()  
      cond.release()  
      time.sleep(3)  
      print threading.currentThread().getName(), " quit" 

運行結果部分截圖:

python編程測試電腦開啟最大線程數實例代碼

總結

以上就是本文關于python編程測試電腦開啟最大線程數實例代碼的全部內容,希望對大家有所幫助。感興趣的朋友可以繼續參閱本站其他相關專題,如有不足之處,歡迎留言指出。感謝朋友們對本站的支持!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

眉山市| 富民县| 明溪县| 子洲县| 贵州省| 台东县| 漯河市| 阳信县| 互助| 靖宇县| 清苑县| 中宁县| 建阳市| 灵丘县| 自治县| 广昌县| 乌鲁木齐县| 巴楚县| 孙吴县| 中山市| 崇文区| 旌德县| 安阳市| 壤塘县| 奉节县| 特克斯县| 探索| 股票| 保德县| 奈曼旗| 盘山县| 葫芦岛市| 沭阳县| 盐城市| 和林格尔县| 正宁县| 措美县| 夏津县| 南通市| 泾川县| 星子县|