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

pymq singleton design does not work with multiprocessing #3

Open
thrau opened this issue Sep 1, 2019 · 0 comments
Open

pymq singleton design does not work with multiprocessing #3

thrau opened this issue Sep 1, 2019 · 0 comments

Comments

@thrau
Copy link
Owner

thrau commented Sep 1, 2019

once pymq.init has been called, and a new process is created that also uses pymq, the child process is left with all the state of the parent process (including the runner thread that runs the command loop).

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