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

Rework multiprocessing router to avoid need for auxiliary process #288

Open
mdickinson opened this issue Mar 29, 2021 · 0 comments
Open
Labels
type: enhancement New feature or request

Comments

@mdickinson
Copy link
Member

mdickinson commented Mar 29, 2021

The multiprocessing router currently needs both an auxiliary thread and an auxiliary process (for the manager). The auxiliary thread is likely unavoidable, but the extra process shouldn't really be necessary. Investigate alternative solutions (possibly involving 3rd party packages).

@mdickinson mdickinson added the type: refactor Cleanup or refactoring tasks that don't add functionality or fix bugs label Mar 29, 2021
@mdickinson mdickinson added type: enhancement New feature or request and removed type: refactor Cleanup or refactoring tasks that don't add functionality or fix bugs labels Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant