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

use Threading module instead of multiprocessing, if threaded=True #1343

Open
oldwizard1010 opened this issue Aug 15, 2023 · 1 comment
Open
Assignees

Comments

@oldwizard1010
Copy link

I tried to use proxy.py with my app, wich also uses multiprocessing, so i got
AssertionError: daemonic processes are not allowed to have children
Expected threaded=True to fix this, but failed too

@abhinavsingh
Copy link
Owner

@oldwizard1010 I think certain operations do depend upon multiprocessing (I might be wrong, need to double check).

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

2 participants