V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
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
tz1006
V2EX  ›  Python

通过多线程启动多进程失败

  •  
  •   tz1006 · Apr 4, 2019 · 2021 views
    This topic created in 2583 days ago, the information mentioned may be changed or developed.
    我用 concurrent.futures 的 ThreadPoolExecutor 和 ProcessPoolExecutor
    总体路径是,启动一个线程后台循环,当线程满足条件,启动多进程。
    先用 ThreadPoolExecutor 开启一个后台线程循环监视 Queue,当 Queue 中被添加后,在线程中运行 self.Execute()
    self.Execute() 会创建很多进程。
    目前遇到的问题是:
    在‘__main__'条件下,手动运行 self.Execute()一切正常。
    用进程后台运行时,满足条件 self.Execute()执行后,进程被创建,但是一直是启动状态,不结束也不报错。
    请问有解决方案吗?
    3 replies    2019-04-05 17:07:18 +08:00
    shyrock
        1
    shyrock  
       Apr 4, 2019
    你的进程终止条件是什么?
    ebingtel
        2
    ebingtel  
       Apr 4, 2019
    手动执行,有 tty ;后台运行没有 tty ……从 tty 入手看看
    tz1006
        3
    tz1006  
    OP
       Apr 5, 2019
    @shyrock 进程运行完成后全部 return 回来, 用.result()取回。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   806 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 34ms · UTC 20:33 · PVG 04:33 · LAX 13:33 · JFK 16:33
    ♥ Do have faith in what you're doing.