首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐学习书目
›
Learn Python the Hard Way
Python Sites
›
PyPI
- Python Package Index
›
http://diveintopython.org/toc/index.html
›
Pocoo
值得关注的项目
›
PyPy
›
Celery
›
Jinja2
›
Read the Docs
›
gevent
›
pyenv
›
virtualenv
›
Stackless Python
›
Beautiful Soup
›
结巴中文分词
›
Green Unicorn
›
Sentry
›
Shovel
›
Pyflakes
›
pytest
Python 编程
›
pep8 Checker
Styles
›
PEP 8
›
Google Python Style Guide
›
Code Style from The Hitchhiker's Guide
V2EX
›
Python
multiprocess.Queue 造成的性能问题
dbow
·
maliubiao
·
2019-08-24 11:51:30 +08:00
· 955 次点击
这是一个创建于 1921 天前的主题,其中的信息可能已经有所发展或是发生改变。
一天抓取千万级别 html 网页, 需要用并行的方式实时解析网页, 但是 lxml 性能太挫, 换成 pugixml 之后也还不够速度, 同时得用 24 核心并行处理, 最后并行跑了半天内存爆了。
找原因发现, 是 multiprocess.Queue 有 get(), put()有严重的性能问题, 出入一下, 需要 0.1s 之久, 太糟糕。 然后就是换成用 redis 出入队列在多进程之间共享数据, 问题解决。
https://imgur.com/MlqCPuh
目前尚无回复
并行
Queue
换成
出入
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5934 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms ·
UTC 02:36
·
PVG 10:36
·
LAX 18:36
·
JFK 21:36
Developed with
CodeLauncher
♥ Do have faith in what you're doing.