问题描述
17.1.4.2:替换 shell 管道部分python subprocess 模块说要替换
Section 17.1.4.2: Replacing shell pipeline of the python subprocess module says to replace
output=`dmesg | grep hda`
与
p1 = Popen(["dmesg"], stdout=PIPE)
p2 = Popen(["grep", "hda"], stdin=p1.stdout, stdout=PIPE)
p1.stdout.close() # Allow p1 to receive a SIGPIPE if p2 exits.
output = p2.communicate()[0]
第三行的注释解释了为什么调用 close 函数,但没有解释为什么它有意义.对我来说不是.在调用通信方法之前不关闭 p1.stdout 会阻止 any 输出通过管道发送吗?(显然不会,我尝试运行代码并且运行良好).为什么需要调用close来让p1接收SIGPIPE?什么样的关闭是不关闭的?究竟是什么,它正在关闭?
The comment to the third line explains why the close function is being called, but not why it makes sense. It doesn't, to me. Will not closing p1.stdout before the communicate method is called prevent any output from being sent through the pipe? (Obviously it won't, I've tried to run the code and it runs fine). Why is it necessary to call close to make p1 receive SIGPIPE? What kind of close is it that doesn't close? What, exactly, is it closing?
请考虑这是一个学术问题,除了更好地理解这些事情之外,我并没有试图完成任何事情.
Please consider this an academic question, I'm not trying to accomplish anything except understanding these things better.
推荐答案
你正在关闭 parent 进程中的 p1.stdout,因此 dmesg 作为唯一的进程该文件描述符打开.如果您不这样做,即使 dmesg 关闭了它的标准输出,您仍然会打开它,并且不会生成 SIGPIPE.(操作系统基本上保持一个引用计数,并在它达到零时生成 SIGPIPE.如果你不关闭文件,你会阻止它达到零.)
You are closing p1.stdout in the parent process, thus leaving dmesg as the only process with that file descriptor open. If you didn't do this, even when dmesg closed its stdout, you would still have it open, and a SIGPIPE would not be generated. (The OS basically keeps a reference count, and generates SIGPIPE when it hits zero. If you don't close the file, you prevent it from ever reaching zero.)
这篇关于解释来自 Python 子流程模块的示例管道的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)