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

Production server #22

Merged
merged 5 commits into from
Nov 8, 2022
Merged

Production server #22

merged 5 commits into from
Nov 8, 2022

Conversation

aliFrancis
Copy link
Collaborator

Proposed solution to tangential issue in #21

Adds a production WSGI server option to IRIS. This should help boost performance and stability when used by many concurrent users, rather than serving the application directly through a Flask development server.

Choose to serve in production mode with -p --production switch, e.g.:

iris -p demo

Behaviour defaults to previous Flask dev server if the switch is unused.

@aliFrancis aliFrancis merged commit dadf394 into master Nov 8, 2022
@aliFrancis aliFrancis deleted the Production-server branch November 8, 2022 09:04
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.

1 participant