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

Add threading guide to documentation #336

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alihoseiny
Copy link

@alihoseiny alihoseiny commented Aug 30, 2022

Add more information about how to use port range

  • We need to enable threading on uWSGI for using port range option.
    Otherwise, the app will not work as expected because HTTP servers threads will not running as expected.
    The information about how you can enable threads add to the exports
    documentation.

- We need to enable threading on uWSGI for using port range option.
Otherwise, the app will not work as expected because HTTP servers threads will not running as expected.
The information about how you can enable threads add to the exports
documentation.
@OscarVanL
Copy link

This is a good thing to point out, the bizarre uWSGI default to disable python threading has burned me before too.

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

Successfully merging this pull request may close these issues.

2 participants