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

Consider to disable sendfile capability in Tomcat configuration #3791

Closed
skabashnyuk opened this issue Jan 18, 2017 · 1 comment
Closed

Consider to disable sendfile capability in Tomcat configuration #3791

skabashnyuk opened this issue Jan 18, 2017 · 1 comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.

Comments

@skabashnyuk
Copy link
Contributor

For tomcat there is a tradeoff between using compression (saving your bandwidth) and using the sendfile feature (saving your CPU cycles)
I think bandwidth is a bit more important for us in compression of CPU cycles.
See more https://tomcat.apache.org/tomcat-8.0-doc/config/http.html

By disabling sendfile capability we will turn on compression for files larger 48Kb

@skabashnyuk skabashnyuk added kind/enhancement A feature request - must adhere to the feature request template. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. team/platform labels Jan 18, 2017
@skabashnyuk
Copy link
Contributor Author

2017-04-28 15 59 06
Already working on codenvy. I don't see profits on enabling this in Che. In some of my tests, load time was bigger for Che.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
Projects
None yet
Development

No branches or pull requests

1 participant