Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

thread vs subprocess #72

Open
nicksjl-adimian opened this issue Oct 17, 2019 · 0 comments
Open

thread vs subprocess #72

nicksjl-adimian opened this issue Oct 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@nicksjl-adimian
Copy link

For now, one supervisor main thread runs one runner thread which runs several executor threads which each run one subprocess. It means that if runner thread dies, executor threads will also die and we will lost our subprocess management. Action proposed here is to think to a better task execution flow avoiding several threads to be monitored by one main thread and to promote use of subprocesses.

@nicksjl-adimian nicksjl-adimian added the enhancement New feature or request label Oct 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant