会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
五号世界
博客园
首页
新随笔
联系
订阅
管理
2020年3月30日
Python开发之路-多进程、进程队列、事件驱动模型、IO模型前戏
摘要: 1.多进程(multiprocessing)- 很大程度上是为了解决GIL问题 import os,time from multiprocessing import Process def info(title): print('title:',title) print('parent proces
阅读全文
posted @ 2020-03-30 17:26 五号世界
阅读(261)
评论(0)
推荐(0)
公告