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

Set wsgi.run_once to False #96

Closed
wants to merge 1 commit into from
Closed

Set wsgi.run_once to False #96

wants to merge 1 commit into from

Conversation

snaury
Copy link

@snaury snaury commented Feb 27, 2014

WSGI applications may run slowly without this, as using
wsgi.run_once usually disables caching and is meant for
CGI servers.

WSGI applications may run slowly without this, as using
wsgi.run_once usually disables caching and is meant for
CGI servers.
@tinco
Copy link
Contributor

tinco commented Feb 27, 2014

Hi snaury, this looks good to go, could you sign this:

http://www.phusion.nl/forms/contributor_agreement

Then I can merge the request :)

@snaury
Copy link
Author

snaury commented Feb 27, 2014

@d-snp I'm sorry, but I don't want to sign CLA for the sake of such a trivial and obvious fix. :-/ If it's a problem you can consider this just a bug report and make the change under your own name.

@tinco
Copy link
Contributor

tinco commented Feb 27, 2014

Hi, sorry about that I totally understand. It's just policy that I ask it of you. Thanks a lot for reporting the issue, it'll be fixed and released in the next version of Passenger.

tinco added a commit that referenced this pull request Feb 27, 2014
As suggested by @snaury in #96. This should improve wsgi app performance as this setting is used to indicate to wsgi apps to skip caching.
@tinco tinco closed this Feb 27, 2014
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