python中的进程实例

2022-05-07 22:17:00 by wst

python高级

在实际编程中,为了提高程序的执行速度,我们会采用多进程编程。

先看看怎么启动进程,以及继承Process的写法

from multiprocessing import Process
import time
import os


class SubProcess(Process):
    def __init__(self, interval, name='') -> None:
        Process.__init__(self)
        self.interval = interval
        if name:
            self.name = name

    def run(self):
        print("子进程(%s)开始执行,父进程为(%s)" % (os.getpid(), os.getppid()))
        t_start = time.time()
        time.sleep(self.interval)
        t_stop = time.time()
        print("子进程(%s)执行结束,耗时%0.2f秒" % (os.getpid(), t_stop - t_start))



def child_1(interval):
    print("子进程(%s)开始执行,父进程为(%s)"%(os.getpid(), os.getppid()))
    t_start = time.time()
    time.sleep(interval)
    t_end = time.time()
    print("子进程(%s)执行时间为'%0.2f'秒"%(os.getpid(), t_end - t_start))


def child_2(interval):
    print("子进程(%s)开始执行,父进程为(%s)" % (os.getpid(), os.getppid()))
    t_start = time.time()
    time.sleep(interval)
    t_end = time.time()
    print("子进程(%s)执行时间为'%0.2f'秒" % (os.getpid(), t_end - t_start))


if __name__ == "__main__":
    print("------------父进程开始执行----------------")
    print("父进程PID:", os.getpid())
    p1 = Process(target=child_1, args=(1,))
    p2 = Process(target=child_2, name="demotech", args=(2,))
    p3 = SubProcess(interval=1, name='todaysoft')
    p4 = SubProcess(interval=2)
    p1.start()
    p2.start()
    # 对一个不包含target属性的Process类,执行start()方法,就会调用这个类中的run()方法
    p3.start()
    p4.start()
    print("p1.name=", p1.name, "\tp1.pid=", p1.pid)
    print("p2.name=", p2.name, "\tp2.pid=", p2.pid)
    print("p3.name=", p3.name, "\tp3.pid=", p3.pid)
    print("p4.name=", p4.name, "\tp4.pid=", p4.pid)
    print("----------等待子进程----------")
    p1.join()
    p2.join()
    p3.join()
    p4.join()
    print("-----------父进程执行结束-------")

使用pool启动进程

由于内存或CPU的限制,同一时间有时不能并发太多进程,此时可采用进程池的方式。

from multiprocessing import Pool
import time
import os


def task(name):
    print("子进程(%s) 执行task %s ..." % (os.getpid(), name))
    time.sleep(1)


if __name__ == "__main__":
    print("父进程(%s)." % os.getpid())
    p = Pool(3)                         # 定义一个进程池,最大进程数3
    for i in range(10):                 # 从0开始循环10次
        p.apply_async(task, args=(i,))  # 使用非阻塞方式调用task函数
    print("等待所有子进程结束")
    p.close()                           # 关闭进程池,关闭后p不再接收新请求
    p.join()                            # 等待子进程结束
    print("所有子进程结束。")

输出:

父进程(120594).
等待所有子进程结束
子进程(120595) 执行task 0 ...
子进程(120596) 执行task 1 ...
子进程(120597) 执行task 2 ...
子进程(120595) 执行task 3 ...
子进程(120596) 执行task 4 ...
子进程(120597) 执行task 5 ...
子进程(120596) 执行task 6 ...
子进程(120595) 执行task 7 ...
子进程(120597) 执行task 8 ...
子进程(120595) 执行task 9 ...
所有子进程结束。

可以看出120595,120596,120597三个进程执行了10个任务。

 


Comments(130) Add Your Comment

Yadwkc
lipitor 20mg pills <a href="https://lipiws.top/">lipitor 80mg cost</a> oral lipitor 40mg
Hclujv
where to buy ciprofloxacin without a prescription - <a href="https://cipropro.top/bactrimos/">trimethoprim cheap</a> buy cheap augmentin
Xiwrzc
buy baycip generic - <a href="https://metroagyl.top/clindamycin/">bactrim 960mg oral</a> order amoxiclav generic
Kmhhsn
flagyl cheap - <a href="https://metroagyl.top/cefaclor/">buy cefaclor pill</a> zithromax 250mg ca
Myhwcu
ciplox ca - <a href="https://septrim.top/trimox/">order generic trimox 500mg</a> erythromycin 250mg us
Wakyyu
valacyclovir 500mg pills - <a href="https://gnantiviralp.com/vermox/">order vermox 100mg pill</a> buy zovirax medication
Byivyv
ivermectin 6 mg without a doctor prescription - <a href="https://keflexin.top/ceftin/">buy cefuroxime tablets</a> sumycin where to buy
Jzdrib
flagyl 200mg over the counter - <a href="https://metroagyl.top/keflexcapsule/">buy cheap generic amoxicillin</a> order generic azithromycin
Jxgvlc
buy ampicillin online <a href="https://ampiacil.top/penicillinused/">order penicillin generic</a> buy amoxicillin sale
Luzyfc
lasix price - <a href="https://antipathogenc.com/minipressm/">buy prazosin pills</a> order capoten 25mg pills
Qbczfi
buy glucophage 1000mg sale - <a href="https://gnantiacidity.com/lincocin/">cheap lincocin</a> order generic lincomycin
Syrzxa
order generic zidovudine 300mg - <a href="https://canadiangnp.com/">glucophage buy online</a> order allopurinol 300mg online
Sqaxcc
clozapine 100mg cost - <a href="https://genonlinep.com/frumil/">frumil 5mg brand</a> buy pepcid 20mg for sale
Nagylh
seroquel 50mg cheap - <a href="https://gnkantdepres.com/zoloft/">order zoloft 100mg pill</a> eskalith tablets
Iqwcjg
buy generic clomipramine for sale - <a href="https://antdeponline.com/">buy anafranil online cheap</a> order doxepin 25mg without prescription
Qehgnm
order hydroxyzine 25mg online - <a href="https://antdepls.com/endep/">endep 10mg without prescription</a> endep ca
Mdiqld
order augmentin 1000mg online cheap - <a href="https://atbioinfo.com/ciprofloxacin/">buy ciprofloxacin 500mg sale</a> baycip online order
Jwrpbv
cheap amoxicillin tablets - <a href="https://atbioxotc.com/erythromycin/">purchase erythromycin online cheap</a> ciprofloxacin 1000mg pill
Fnruzh
order cleocin 150mg pill - <a href="https://cadbiot.com/doxycycline/">order monodox pill</a> purchase chloromycetin online
Tzuksk
order zithromax 500mg pills - <a href="https://gncatbp.com/">order azithromycin 500mg online</a> ciplox ca
Ygnkde
buy stromectol 2mg - <a href="https://antibpl.com/szdoryx/">order doryx pills</a> cefaclor online order
Awapsd
albuterol pills - <a href="https://antxallergic.com/xsseroflo/">purchase seroflo inhaler</a> theophylline where to buy
Largro
purchase desloratadine - <a href="https://rxtallerg.com/getaristocort/">triamcinolone 10mg sale</a> buy albuterol online cheap
Rjpsme
medrol 8 mg online - <a href="https://ntallegpl.com/">medrol brand name</a> order astelin 10 ml online cheap
Prtpso
buy glyburide 5mg without prescription - <a href="https://prodeprpl.com/dapagliflozin5/">dapagliflozin 10 mg ca</a> buy dapagliflozin generic
Apyvwc
repaglinide 1mg tablet - <a href="https://depressinfo.com/jardiance25/">order generic jardiance 25mg</a> jardiance 10mg cheap
Ccbjxx
glycomet 1000mg for sale - <a href="https://arxdepress.com/sitagliptin50/">buy januvia sale</a> precose 50mg brand
Qvmjqc
brand lamisil - <a href="https://treatfungusx.com/xgrifulvinvs/">grifulvin v cheap</a> buy cheap generic griseofulvin
Xkpwxi
buy semaglutide 14mg online - <a href="https://infodeppl.com/glucovance5/">order glucovance online cheap</a> order DDAVP generic
Rfxyey
brand ketoconazole 200 mg - <a href="https://antifungusrp.com/butenafinecream/">mentax online order</a> buy itraconazole 100mg pills
Lvecqg
buy famciclovir generic - <a href="https://amvinherpes.com/">purchase famvir generic</a> valcivir 1000mg oral
Qctdax
order digoxin 250mg for sale - <a href="https://blpressureok.com/avalidemed/">where can i buy avalide</a> buy lasix pills diuretic
Dtsgjg
buy microzide generic - <a href="https://norvapril.com/amlodipine/">amlodipine usa</a> zebeta 10mg over the counter
Ifaywh
lopressor 50mg sale - <a href="https://bloodpresspl.com/olmesartan/">olmesartan 20mg ca</a> order nifedipine 30mg
Dwiwvf
nitroglycerin sale - <a href="https://nitroproxl.com/indapamide/">buy indapamide generic</a> diovan 160mg for sale
Mcveln
crestor online time - <a href="https://antcholesterol.com/ezetimibe/">zetia online gather</a> caduet buy tube
Wdtssw
zocor marry - <a href="https://canescholest.com/atorvastatin/">atorvastatin supper</a> atorvastatin argue
Wmhspt
viagra professional motive - <a href="https://edsildps.com/malegra/">malegra help</a> levitra oral jelly online fancy
Obdjng
dapoxetine lucky - <a href="https://promedprili.com/aurogra/">aurogra basil</a> cialis with dapoxetine galaxy
Ymbgyw
cenforce online preserve - <a href="https://xcenforcem.com/tadaciptadalafil/">tadacip pills cruel</a> brand viagra language
Lgycut
brand cialis musical - <a href="https://probrandtad.com/apcalissx/">apcalis ceremony</a> penisole snatch
Nxinhw
cialis soft tabs rattle - <a href="https://supervalip.com/levitrasoft/">levitra soft online light</a> viagra oral jelly mess
Einizc
brand cialis field - <a href="https://probrandtad.com/alprostadilonline/">alprostadil beard</a> penisole original
Aoosbm
cialis soft tabs cop - <a href="https://supervalip.com/">cialis soft tabs pills fact</a> viagra oral jelly bottom
Icidhp
cenforce online pity - <a href="https://xcenforcem.com/cialistadalafil/">cialis cost</a> brand viagra limp
Dhdvfm
acne treatment useful - <a href="https://placnemedx.com/">acne treatment summer</a> acne medication exact
Dibqew
inhalers for asthma timid - <a href="https://bsasthmaps.com/">asthma treatment stamp</a> inhalers for asthma whoever
Lxetec
uti medication silent - <a href="https://amenahealthp.com/">treatment for uti pleasant</a> uti treatment soften
Huyldc
pills for treat prostatitis counter - <a href="https://xprosttreat.com/">prostatitis pills swing</a> prostatitis treatment likewise
Wjvprq
valtrex dreadful - <a href="https://gnantiviralp.com/">valacyclovir pills lip</a> valtrex pills mile
Erzkgq
claritin dale - <a href="https://clatadine.top/">claritin pills deceive</a> loratadine frown
Umioqx
dapoxetine passe - <a href="https://prilixgn.top/">dapoxetine cop</a> dapoxetine mail
Xwpnkc
claritin ghastly - <a href="https://clatadine.top/">claritin gratitude</a> loratadine gain
Iajcgk
promethazine capture - <a href="https://prohnrg.com/">promethazine desk</a> promethazine riddle
Izrjqz
ascorbic acid event - <a href="https://ascxacid.com/">ascorbic acid separate</a> ascorbic acid stuff
Wpudiv
biaxin appear - <a href="https://gastropls.com/">clarithromycin pills loud</a> cytotec pills purchase
Milelz
fludrocortisone pills road - <a href="https://gastroplusp.com/propantoprazole/">pantoprazole abandon</a> prevacid pills visitor
Obzjsh
order generic dulcolax - <a href="https://gastroinfop.com/oxybutynin/">buy oxybutynin generic</a> buy liv52 no prescription
Gefjnx
buy rabeprazole generic - <a href="https://gastrointesl.com/domperidone/">motilium 10mg us</a> buy cheap motilium
Thfywj
buy bactrim 480mg pill - <a href="https://ketiracet.com/">keppra cheap</a> order tobra 10mg online
Iyzitm
how to get eukroma without a prescription - <a href="https://cerazestrel.com/">cheap desogestrel</a> order dydrogesterone 10mg
Ijfpat
buy forxiga 10mg without prescription - <a href="https://precarbos.com/">buy precose for sale</a> generic precose 25mg
Jjirxc
fulvicin 250 mg for sale - <a href="https://fulviseoful.com/">fulvicin price</a> buy gemfibrozil pills
Wicvvj
buy dimenhydrinate 50 mg online - <a href="https://bisacolax.com/">how to buy dimenhydrinate</a> risedronate 35mg tablet
Xxouul
cheap vasotec 5mg - <a href="https://xalanoprost.com/">order generic zovirax</a> buy cheap generic latanoprost
Pxdhru
order etodolac online cheap - <a href="https://etodograph.com/">order etodolac 600mg without prescription</a> oral pletal 100mg
Zbichs
piroxicam uk - <a href="https://rivastilons.com/">exelon 3mg us</a> rivastigmine 3mg for sale
Htufss
order generic piracetam - <a href="https://nootquin.com/">order piracetam without prescription</a> sinemet 20mg sale
Yrmxmq
purchase hydrea generic - <a href="https://hydroydrinfo.com/indinavir/">where can i buy indinavir</a> buy robaxin 500mg without prescription
Ublliy
divalproex for sale - <a href="https://adepamox.com/amiodarone/">buy amiodarone online</a> topamax 100mg cost
Ghyywh
norpace us - <a href="https://anorpica.com/pregabal/">pregabalin 150mg uk</a> buy chlorpromazine generic
Ahxtso
cyclophosphamide order online - <a href="https://cycloxalp.com/stavudine/">purchase stavudine without prescription</a> buy generic vastarel
Nfnact
purchase spironolactone online - <a href="https://aldantinep.com/phenytoin/">buy dilantin for sale</a> order naltrexone online cheap
Cyqcfe
order flexeril generic - <a href="https://abflequine.com/primaquine/">primaquine over the counter</a> buy vasotec sale
Ywwjdj
ondansetron 4mg pills - <a href="https://azofarininfo.com/ropinirole/">ropinirole for sale</a> ropinirole 1mg cheap
Hjdzwl
buy ascorbic acid 500mg for sale - <a href="https://mdacidinfo.com/ferroussulfate/">buy ferrous no prescription</a> buy prochlorperazine sale
Iwwksk
order durex gel online - <a href="https://xalaplinfo.com/">order durex gel online cheap</a> buy generic xalatan online
Krjfbr
order generic rogaine - <a href="https://hairlossmedinfo.com/">buy rogaine generic</a> finasteride order
Rumbgv
purchase leflunomide sale - <a href="https://infohealthybones.com/">arava 20mg cost</a> cheap cartidin generic
Ivqpgf
oral atenolol - <a href="https://heartmedinfox.com/sotalol/">order betapace 40 mg for sale</a> coreg over the counter
Vxncry
calan online buy - <a href="https://infoheartdisea.com/atenolol/">tenoretic tablets</a> buy generic tenoretic for sale
Nlitmp
atorlip over the counter - <a href="https://infoxheartmed.com/nebivolol/">bystolic brand</a> nebivolol 20mg ca
Iidcao
order lasuna generic - <a href="https://infoherbalmz.com/diarex/">buy generic diarex</a> himcolin oral
Oteege
order noroxin online - <a href="https://gmenshth.com/">purchase noroxin pill</a> order confido online cheap
Dbgwyl
order speman generic - <a href="https://spmensht.com/himplasia/">how to buy himplasia</a> fincar generic
Gspxlp
order finax without prescription - <a href="https://finmenura.com/">finasteride without prescription</a> buy alfuzosin for sale
Vmrmag
order terazosin 5mg online cheap - <a href="https://hymenmax.com/dapoxetine/">order priligy 60mg online</a> dapoxetine 90mg canada
Ckhiqx
trileptal 600mg sale - <a href="https://trileoxine.com/pirfenidone/">purchase pirfenidone pill</a> synthroid generic
Kcbbgr
imusporin tubes - <a href="https://asimusxate.com/">buy imusporin eye drops</a> colcrys usa
Mroxac
lactulose canada - <a href="https://duphalinfo.com/mentat/">cost mentat</a> betahistine uk
Xvpsjo
cheap deflazacort - <a href="https://lazacort.com/">buy deflazacort without a prescription</a> purchase brimonidine
Qlvesl
buy besivance without prescription - <a href="https://besifxcist.com/">purchase besivance online</a> sildamax without prescription
Tlbbhu
oral gabapentin 100mg - <a href="https://aneutrin.com/sulfasalazine/">azulfidine online</a> azulfidine tablet
Hrtecx
purchase probalan generic - <a href="https://bendoltol.com/monograph/">order monograph pills</a> order carbamazepine generic
Tdbdck
order celebrex pill - <a href="https://celespas.com/flavoxate/">flavoxate order</a> indocin cost
Pmxsmi
order mebeverine 135 mg generic - <a href="https://coloxia.com/etoricoxib/">order arcoxia generic</a> buy cilostazol 100mg online
Sweqbn
order voltaren 100mg pills - <a href="https://dicloltarin.com/aspirin/">aspirin 75 mg sale</a> cost aspirin
Nchsmc
rumalaya order online - <a href="https://rumaxtol.com/amitriptyline/">buy generic elavil</a> amitriptyline 10mg tablet
Fdlcct
buy pyridostigmine paypal - <a href="https://mestonsx.com/asumatriptan/">imitrex cost</a> purchase azathioprine without prescription
Wrstwu
buy voveran without prescription - <a href="https://vovetosa.com/">voveran without prescription</a> buy nimodipine generic
Owwhyn
generic baclofen 10mg - <a href="https://baclion.com/nspiroxicam/">piroxicam us</a> buy piroxicam pills for sale
Xhxeko
periactin 4 mg uk - <a href="https://periheptadn.com/aszanaflex/">order tizanidine 2mg pill</a> zanaflex generic
Hogkam
order mobic 15mg online cheap - <a href="https://meloxiptan.com/asrizatriptan/">rizatriptan 5mg generic</a> toradol pills
Nxbvpg
buy artane tablets - <a href="https://voltapll.com/diclofenacgel/">how to purchase emulgel</a> emulgel where to buy
Qazjvq
order cefdinir 300 mg pills - <a href="https://omnixcin.com/">brand omnicef 300 mg</a> order cleocin for sale
Vmqncp
buy isotretinoin cheap - <a href="https://aisotane.com/">purchase isotretinoin generic</a> deltasone us
Yywfwz
order generic deltasone 10mg - <a href="https://apreplson.com/permethrin/">order zovirax online</a> how to get permethrin without a prescription
Vlepqa
brand permethrin - <a href="https://actizacs.com/tretinoin/">retin gel canada</a> buy tretinoin cream
Vsobdl
buy betnovate 20gm without prescription - <a href="https://betnoson.com/awdifferin/">where to buy differin without a prescription</a> monobenzone canada
Gpsdwq
generic flagyl - <a href="https://cenforcevs.com/">cenforce 50mg pills</a> buy cenforce pill
Oixryu
buy augmentin 1000mg generic - <a href="https://baugipro.com/">cost augmentin</a> buy synthroid pills for sale
Kooemw
cleocin 300mg canada - <a href="https://clinycinpl.com/">generic cleocin</a> indocin 75mg ca
Ndyrod
order cozaar 25mg generic - <a href="https://acephacrsa.com/">cephalexin 500mg usa</a> cephalexin 250mg brand
Nbzocr
crotamiton price - <a href="https://aeuracream.com/abactroban/">how to get bactroban ointment without a prescription</a> order aczone gel
Yxzknq
buy modafinil 100mg online cheap - <a href="https://sleepagil.com/phenergan/">promethazine pill</a> generic meloset 3 mg
Lrfkrf
purchase zyban pills - <a href="https://bupropsl.com/">bupropion brand</a> cheap shuddha guggulu tablets
Lilysx
purchase capecitabine generic - <a href="https://xelocap.com/naproxen/">naprosyn 500mg usa</a> buy danocrine 100 mg generic
Xblbnc
cheap prometrium - <a href="https://apromid.com/">progesterone 200mg cost</a> order clomiphene online cheap
Jbjzkh
fosamax 35mg pill - <a href="https://pilaxmax.com/tamoxifen/">buy nolvadex no prescription</a> buy provera 5mg pill
Hyfmbu
aygestin 5mg pills - <a href="https://norethgep.com/bimatoprost/">oral careprost</a> yasmin over the counter
Kdrqtd
buy estrace 2mg pills - <a href="https://festrolp.com/anastrozole/">buy arimidex paypal</a> anastrozole 1 mg cheap
Ogtmqr
brand cabergoline - <a href="https://adostilin.com/alesse/">buy alesse online cheap</a> order alesse for sale
Xqklso
プレドニン通販 - <a href="https://jpaonlinep.com/jamoxicillin/">アモキシシリン 海外通販</a> アジスロマイシンの飲み方と効果
Szybbo
バイアグラ 副作用 - <a href="https://jpedpharm.com/">シルデナフィル通販で買えますか</a> タダラフィル 飲み方
Mqqnfi
プレドニン 値段 - <a href="https://jpanfarap.com/jpaaccutane/">イソトレチノイン錠 10 mg 強さ</a> アキュテインジェネリック 通販
Nuifbg
eriacta counsel - <a href="https://eriagra.com/szenegrag/">zenegra odd</a> forzest off
Yzpqqf
valif online troll - <a href="https://avaltiva.com/tysecnidazolef/">brand secnidazole</a> sinemet online
Ewyapg
buy provigil generic - <a href="https://provicef.com/cefadroxil/">cefadroxil cheap</a> buy combivir
Edrvpf
buy promethazine 25mg pills - <a href="https://prometacin.com/asciprofloxacin/">buy cheap ciprofloxacin</a> lincomycin order online
Atjngy
india ivermectin - <a href="https://ivercand.com/">ivermectina</a> buy tegretol 200mg online