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

Update round 14 with latest changes from master #2282

Merged
merged 119 commits into from Sep 26, 2016

Conversation

Projects
None yet
@knewmanTE
Contributor

knewmanTE commented Sep 20, 2016

Updates the round-14 branch with the latest changes from master. There were some merge conflicts, so I addressed them on a new branch before opining this pull request.

imalsogreg and others added some commits Jul 13, 2016

Merge pull request #2169 from imalsogreg/master
Fix syntax error in vagrant-aws setup script
Merge pull request #2197 from LinusU/patch-1
Update versions in Node.js readme
Update web2py db.py (#2217)
You are using a debug setup.
The proposed changes should give some benefit
Merge pull request #2231 from vkostyukov/vk/make-colossus-fair
Make Colossus building a response object on each request

dantti and others added some commits Sep 9, 2016

cutelyst fixes for round 13 (#2255)
Nginx was using only one worker, now with auto it
will have the same number as processors available,
and uWSGI HTTP parser does not support keep-alive
which on poor Azure connection led to 7 req/s
so replacing it with our own HTTP server which supports
keep-alive and pipelining, and adding threaded tests.
Update web2py tests to production quality (#2263)
Switch to a production web server, use database connection pooling,
turn off database migrations, remove unnecessary code, compile the
application, and make other minor tweaks.
Merge pull request #2267 from knewmanTE/set-dbhost
set DBHOST properly to fix broken database tests

@knewmanTE knewmanTE added the Round-14 label Sep 20, 2016

@nbrady-techempower nbrady-techempower merged commit e08b21a into TechEmpower:round-14 Sep 26, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment