Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subprocess runner singleton #12

Open
michaelpb opened this issue Oct 5, 2017 · 0 comments
Open

Subprocess runner singleton #12

michaelpb opened this issue Oct 5, 2017 · 0 comments

Comments

@michaelpb
Copy link
Owner

michaelpb commented Oct 5, 2017

Wrap all subprocess calls in a singleton that manages them

  • Allow a queue that (async blocks) until finished, and thus have a configurable max number of subprocesses (e.g. 1 per core)

  • Requires some experimentation in how asyncio waits for subprocesses, etc, along with some thinking about how to properly use cores

  • Maybe merge this with subprocess asyncio stuff?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant