We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
starting subprocess runner singleton refs #12
12c6146
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: